From 89ea58c1f7a1d29defb279cf33593c3ca971ee0f Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Mon, 28 Dec 2015 14:35:32 -0200 Subject: Dev requirements now use u1db and dirspec from launchpad, vagrant needs bazaar for that to work --- service/go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'service/go') diff --git a/service/go b/service/go index 7002b2c5..4da2116c 100755 --- a/service/go +++ b/service/go @@ -17,11 +17,9 @@ function resolveNumOfCores { function setuppy { echo "Installing Pixelated User Agent." + pip install --upgrade pip setuptools pip install -r develop_requirements.txt pip install -r test_requirements.txt - python setup.py develop $* - pip uninstall -y scrypt; pip install scrypt - pip uninstall -y gnupg; pip install gnupg==2.0.2 echo "Done." } -- cgit v1.2.3