From fa3660a5a10935be343f0fcb8b09515375f79736 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Mon, 9 Jan 2017 18:29:31 -0200 Subject: Added special bundled requirements for pysqlcipher The build breaks without it, with it most machines can run the tests --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e903ab34..2d66a79f 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ install_py: service/requirements.txt service/test_requirements.txt @echo "Installing python packages" @source $(VIRTUALENV)/bin/activate;\ cd service;\ + pip install pysqlcipher --upgrade --force-reinstall --install-option="--bundled";\ pip install --exists-action s -r requirements.txt -r test_requirements.txt .PHONY: requirements_js -- cgit v1.2.3