From 2c3daa6d24877cd55479851a9bfba343e6129faa Mon Sep 17 00:00:00 2001 From: Angus Thomas Date: Thu, 16 Oct 2014 18:11:49 +0100 Subject: [PATCH] Prevent pbr handling deps --- requirements.txt | 11 ----------- setup.py | 1 - test-requirements.txt | 14 -------------- 3 files changed, 26 deletions(-) delete mode 100644 requirements.txt delete mode 100644 test-requirements.txt diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 6294cbe..0000000 --- a/requirements.txt +++ /dev/null @@ -1,11 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. -anyjson>=0.3.3 -argparse -httplib2>=0.7.5 -lxml>=2.3 -pbr>=0.6,!=0.7,<1.0 -PrettyTable>=0.7,<0.8 -python-keystoneclient>=0.11.1 -six>=1.7.0 diff --git a/setup.py b/setup.py index 7363757..09230a0 100644 --- a/setup.py +++ b/setup.py @@ -26,5 +26,4 @@ except ImportError: pass setuptools.setup( - setup_requires=['pbr'], pbr=True) diff --git a/test-requirements.txt b/test-requirements.txt deleted file mode 100644 index 5890f29..0000000 --- a/test-requirements.txt +++ /dev/null @@ -1,14 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. -Babel>=1.3 -coverage>=3.6 -discover -fixtures>=0.3.14 -hacking>=0.9.2,<0.10 -mock>=1.0 -oslosphinx>=2.2.0 # Apache-2.0 -python-subunit>=0.0.18 -sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 -testrepository>=0.0.18 -testtools>=0.9.34 -- 1.9.3