From 0cbc0d61c117d25daf30c860954c57640ec1a034 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Wed, 28 Jun 2017 21:29:43 +0200 Subject: [pkg] remove remaining refs to older soledad structure --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d4cbc17..fc8d771 100644 --- a/Makefile +++ b/Makefile @@ -15,16 +15,15 @@ dev-backend: dev-latest-backend: dev-backend pip install -e 'git+https://0xacab.org/leap/leap_pycommon@master#egg=leap.common' - pip install -e 'git+https://0xacab.org/leap/soledad@master#egg=leap.soledad.common&subdirectory=common' - pip install -e 'git+https://0xacab.org/leap/soledad@master#egg=leap.soledad.client&subdirectory=client' + pip install -e 'git+https://0xacab.org/leap/soledad@master#egg=leap.soledad' dev-all: install_pixelated pip install -e '.[all]' + pip install scrypt zope.proxy pysqlcipher dev-latest-all: dev-all pip install -e 'git+https://0xacab.org/leap/leap_pycommon@master#egg=leap.common' - pip install -e 'git+https://0xacab.org/leap/soledad@master#egg=leap.soledad.common&subdirectory=common' - pip install -e 'git+https://0xacab.org/leap/soledad@master#egg=leap.soledad.client&subdirectory=client' + pip install -e 'git+https://0xacab.org/leap/soledad@master#egg=leap.soledad' uninstall: pip uninstall leap.bitmask -- cgit v1.2.3