-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Labels
auto-lockedOutdated issues that have been locked by automationOutdated issues that have been locked by automationtype: maintenanceRelated to Development and Maintenance ProcessesRelated to Development and Maintenance Processes
Milestone
Description
- Pip version: 8.1.1
- Python version: 3.5.2
- Operating System: Ubuntu 16.04
Description:
The --process-dependency-links was re-added to pip a while ago because there are a number of valid use-cases for the flag: #1955
For this reason, it should probably be un-deprecated until an implementation of PEP 508/440 is in pip. The dependency_links argument to setuptools's setup is also still documented and not deprecated: http://setuptools.readthedocs.io/en/latest/setuptools.html#dependencies-that-aren-t-in-pypi
What I've run:
$ pip install request --process-dependency-links
Collecting request
Downloading request-0.0.12.tar.gz
DEPRECATION: Dependency Links processing has been deprecated and will be removed in a future release.
...
rauno56, sfstpala, asmodehn, petrux, raphaelcastaneda and 64 morewakahiu
Metadata
Metadata
Assignees
Labels
auto-lockedOutdated issues that have been locked by automationOutdated issues that have been locked by automationtype: maintenanceRelated to Development and Maintenance ProcessesRelated to Development and Maintenance Processes