update setup.py with pbr version

This file is normally updated in the standard "update from
global requirements" patch, but since those contain other
changes we don't want, the setup.py file never gets updated.
This patch updates setup.py to bring it in line with the
standard global requirements way of doing things without also
updating [test-]requirements.txt
Change-Id: Id0e4f8e17dd4c714b4d2dd75985431a9e12e6a4f
This commit is contained in:
John Dickinson
2014年04月08日 10:26:40 -07:00
parent 9e258ed9b5
commit d47a582e74

View File

@@ -18,5 +18,5 @@
import setuptools
setuptools.setup(
setup_requires=['pbr>=0.5.21,<1.0'],
setup_requires=['pbr'],
pbr=True)
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.