Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev utility: Improve configure script to work of pinned requirements #2070

Closed
pombredanne opened this issue Jun 16, 2020 · 0 comments · Fixed by #2184
Closed

Dev utility: Improve configure script to work of pinned requirements #2070

pombredanne opened this issue Jun 16, 2020 · 0 comments · Fixed by #2184

Comments

@pombredanne
Copy link
Member

Using the "find link" at the new Github repo.
Something such as this:

$ pip install --upgrade banal --no-cache-dir --find-links=https://github.com/pombredanne/foobar/releases/tag/v0.1
@pombredanne pombredanne changed the title Improve configure script to work of pinned requirements Dev utility: Improve configure script to work of pinned requirements Jul 27, 2020
Abhishek-Dev09-zz pushed a commit to Abhishek-Dev09-zz/scancode-toolkit that referenced this issue Aug 14, 2020
…g#2070

Now ./configure will install dependencies that present in our github pypi using find-links

Signed-off-by: Abhishek Kumar <[email protected]>
Abhishek-Dev09-zz pushed a commit to Abhishek-Dev09-zz/scancode-toolkit that referenced this issue Aug 26, 2020
…g#2070

Now ./configure will install dependencies that present in our github pypi as per OS/arch/python

Signed-off-by: Abhishek Kumar <[email protected]>
pombredanne pushed a commit that referenced this issue Nov 23, 2020
Now ./configure will install dependencies from our "private" PyPI
using find-links

Signed-off-by: Abhishek Kumar <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment