Sync with global requirements

Change-Id: I1969b4d74363a8d77cbb5dac661874f3bea2e96c
This commit is contained in:
Monty Taylor
2013-08-03 14:58:43 -04:00
parent af87489022
commit 3a92ffa823
4 changed files with 15 additions and 20 deletions

@ -14,8 +14,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
import setuptools
setuptools.setup(
setup_requires=['d2to1', 'pbr>=0.5,<0.6'],
d2to1=True)
setup_requires=['pbr>=0.5.20'],
pbr=True)