Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
python plugins: add process-dependency-links option #734
Conversation
sergiusens
referenced this pull request
Aug 17, 2016
Closed
Add process-dependency-links option to Python plugins #695
|
Looks sensible to me. |
|
retest this please |
|
restest this please |
|
retest this please |
|
|
sergiusens
merged commit 2e6f0a7
into
snapcore:master
Aug 17, 2016
sergiusens
deleted the
sergiusens:process_dependency_links
branch
Aug 17, 2016
pushed a commit
to kalikiana/snapcraft
that referenced
this pull request
Apr 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sergiusens commentedAug 17, 2016
This will run pip install with --process-dependency-links as per [0].
[0] https://pip.pypa.io/en/stable/reference/pip_wheel/#cmdoption--process-dependency-links
LP: #1614186