OSLO_PACKAGE_VERSION affects pbr's own egg version
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
PBR |
Triaged
|
Low
|
Unassigned |
Bug Description
We build packages with OSLO_PACKAGE_
This causes the version check on the dependent package to fail because the version is wrong:
Installed /home/kspear/
Traceback (most recent call last):
File "setup.py", line 22, in <module>
pbr=True)
File "/usr/lib/
_setup_
File "/usr/lib/
self.
File "/usr/lib/
parse_
File "/usr/lib/
raise DistributionNot
pkg_resources.
This is the most exciting bug I've ever gotten.