https://bugzilla.redhat.com/show_bug.cgi?id=1024885 --- Comment #13 from Jakub Ruzicka <jruzicka@xxxxxxxxxx> --- It doesn't work without pbr out of the box. pbr stands for Python Build Reasonableness. Aside from not being resonable, it includes the versioning functionality which is used runtime. I believe this was to be moved to oslo.version but it haven't yet so I patch all the clients to provide version from .spec file to prevent runtime dep on pbr. The dependency handling functionality is also unwanted because deps are (and should be) handled by package manager. That's why I remove {test,}requirements.txt and "setup_requires=['pbr']" from setup.py as well. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review