Cross Reference: setup.py.pbr.patch
xref
: /
solaris-userland
/
components
/
openstack
/
cloudbase-init
/
patches
/
setup.py.pbr.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
5416
N/A
Patch to downrev the required version of pbr to something we have.
5416
N/A
This patch is not suitable for upstream commitment.
5416
N/A
6175
N/A
---
cloudbase-init-0.9.9/setup.py
.~1~ 2015-10-19 06:33:52.000000000 -0700
6175
N/A
+++
cloudbase-init-0.9.9/setup.py
2016-04-04 19:44:44.173519286 -0700
6175
N/A
@@ -15,5 +15,5 @@
5416
N/A
import setuptools
5416
N/A
5416
N/A
setuptools.setup
(
5416
N/A
- setup_requires=['pbr>=1.3'],
5416
N/A
+ setup_requires=['pbr>=0.8.1'],
5416
N/A
pbr=True)