diff options
author | Giovane <giovaneliberato@gmail.com> | 2016-01-05 17:54:17 -0200 |
---|---|---|
committer | Christoph Kluenter <ckluente@thoughtworks.com> | 2016-03-15 10:30:33 +0100 |
commit | f3780bce87a9fdb398e40eab7ea06918c841c777 (patch) | |
tree | 4a78a28e987471b814e7196cec0cf32e7704ab0c /mail/pkg | |
parent | ce29ad1573465422ccab510bffee91439e5fe921 (diff) |
Fix pixelated repos reference on requirements
Diffstat (limited to 'mail/pkg')
-rw-r--r-- | mail/pkg/requirements-latest.pip | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/pkg/requirements-latest.pip b/mail/pkg/requirements-latest.pip index 846a319..3526bbd 100644 --- a/mail/pkg/requirements-latest.pip +++ b/mail/pkg/requirements-latest.pip @@ -1,9 +1,9 @@ --index-url https://pypi.python.org/simple/ ---allow-external u1db --allow-unverified u1db ---allow-external dirspec --allow-unverified dirspec --e 'git+https://github.com/pixelated-project/leap_pycommon.git@develop#egg=leap.common' --e 'git+https://github.com/pixelated-project/soledad.git@develop#egg=leap.soledad.common&subdirectory=common/' --e 'git+https://github.com/pixelated-project/soledad.git@develop#egg=leap.soledad.client&subdirectory=client/' --e 'git+https://github.com/pixelated-project/keymanager.git@develop#egg=leap.keymanager' +https://launchpad.net/dirspec/stable-13-10/13.10/+download/dirspec-13.10.tar.gz +https://launchpad.net/ubuntu/+archive/primary/+files/u1db_13.09.orig.tar.bz2 +-e 'git+https://github.com/pixelated/leap_pycommon.git@develop#egg=leap.common' +-e 'git+https://github.com/pixelated/soledad.git@develop#egg=leap.soledad.common&subdirectory=common/' +-e 'git+https://github.com/pixelated/soledad.git@develop#egg=leap.soledad.client&subdirectory=client/' +-e 'git+https://github.com/pixelated/keymanager.git@develop#egg=leap.keymanager' -e . |