-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
auto-lockedOutdated issues that have been locked by automationOutdated issues that have been locked by automationtype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior
Description
Pip's requirements parsing doesn't appear to recognize declared extras.[0] These are supposed to be used in Setuptools to provide a way to list dependencies for a particular feature.
Repeatable through the following:
$ pip install "zope.testbrowser [zope_functional_testing]"
In the above 'zope.app.testing' should have been pulled in as a dependency, because of the extra declaration in the requirements line.
Another example would be "zope.i18n [zcml]".
- Bitbucket: https://bitbucket.org/ianb/pip/issue/170
- Originally Reported By: Michael Mulich
- Originally Created At: 2010-09-27 22:20:34
Metadata
Metadata
Assignees
Labels
auto-lockedOutdated issues that have been locked by automationOutdated issues that have been locked by automationtype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior