diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-06-28 21:29:43 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-06-28 21:31:56 +0200 |
commit | 0cbc0d61c117d25daf30c860954c57640ec1a034 (patch) | |
tree | 4ace68ac146ece31e12f7f5e447c57f96fa75e44 /Makefile | |
parent | 28b3d460216e5666a747ba91cb7c3aec8223860b (diff) |
[pkg] remove remaining refs to older soledad structure
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 |