summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2015-07-11 11:36:40 +1200
committerRobert Collins <rbtcollins@hp.com>2015-07-11 11:36:40 +1200
commit76f2db4fa78488801b748aa3e4d43baf63b0ba43 (patch)
treeef672c310177522aef4007f2c0a3a2bb0b8fc4fb
parent4f0b5d3e4eea1a7f108ac810af9ff93a5f1e157b (diff)
downloadmock-76f2db4fa78488801b748aa3e4d43baf63b0ba43.tar.gz
Closes #269: setup_requires pbr 1.3
less than 1.3 and the boolean environment marker expression is reflected into setuptools incorrectly.
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c72c231..1a18577 100755
--- a/setup.py
+++ b/setup.py
@@ -3,5 +3,5 @@ import setuptools
setuptools.setup(
- setup_requires=['pbr'],
+ setup_requires=['pbr>=1.3'],
pbr=True)