extras_require is ignored when used with pbr
Bug #1931705 reported by
Jozef Gaborik
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
PBR |
New
|
Undecided
|
Unassigned |
Bug Description
In normal setup.py you can specify extras_require. However, it's ignored when used together with pbr. Example:
setup(
setup_
pbr=True,
extras_
)
When you run:
pip install .[full]
you get this warning:
WARNING: xxx 0.2.0 does not provide the extra 'full'
I created simple fix here: https:/
To post a comment you must log in.