Merge lp:~cprov/adt-image-mapper/respect-local-pip-cache into lp:adt-image-mapper

Proposed by Celso Providelo
Status: Merged
Approved by: Thomi Richards
Approved revision: 5
Merged at revision: 5
Proposed branch: lp:~cprov/adt-image-mapper/respect-local-pip-cache
Merge into: lp:adt-image-mapper
Diff against target: 13 lines (+6/-0)
1 file modified
requirements.txt (+6/-0)
To merge this branch: bzr merge lp:~cprov/adt-image-mapper/respect-local-pip-cache
Reviewer Review Type Date Requested Status
Thomi Richards (community) Approve
Review via email: mp+253298@code.launchpad.net

Commit message

Suppressing attempts to access pypi in PS4 (cryptography setup.py is to blame uses easy_install which ignores pip --find-links)

Description of the change

Workaround cryptography broken setup that by using easy_install for satisfying dependencies does not respect local pip-cache and hits the pypi via internet (not available on stackystack).

To post a comment you must log in.
Revision history for this message
Thomi Richards (thomir-deactivatedaccount) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'requirements.txt'
2--- requirements.txt 2015-03-13 15:44:04 +0000
3+++ requirements.txt 2015-03-17 23:54:49 +0000
4@@ -1,3 +1,9 @@
5+# XXX cprov 20150317: cffi and pyasn1 are cryptography (for flask)
6+# dependencies and if not available it uses easy_install for installing
7+# and it doesn't respect local pip-cache setup, it ends up hitting pypi
8+# on the internet.
9+cffi
10+pyasn1
11 flask==0.10.1
12 gunicorn==19.3.0
13 python-glanceclient==0.14.0

Subscribers

People subscribed via source and target branches