diff options
| author | Monty Taylor <mordred@inaugust.com> | 2013-08-07 19:01:34 -0300 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2013-08-14 00:12:16 -0300 |
| commit | 7d3a363fad121ab22357a0d3fbbfad8e70c87196 (patch) | |
| tree | c3b81facc185d0477cb6d126bb38971c91858f0f /setup.py | |
| parent | 5a382451b82a4c7fccbd6f5c4f6f270a561704b3 (diff) | |
| download | python-neutronclient-7d3a363fad121ab22357a0d3fbbfad8e70c87196.tar.gz | |
Updated from global requirements
Change-Id: Ic4a43955526fcde313ad2f2afec8fafeb87f37a6
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,5 +18,5 @@ import setuptools setuptools.setup( - setup_requires=['pbr>=0.5.20'], + setup_requires=['pbr>=0.5.21,<1.0'], pbr=True) |
