diff options
author | Monty Taylor <mordred@inaugust.com> | 2013-06-11 11:36:05 -0700 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2013-06-11 11:36:05 -0700 |
commit | 79d0e837a380d4b9e60c7f75e86cde1d44c71b53 (patch) | |
tree | e5fbb3537f5de2934cc386336a6808cc65c5a561 /test-requirements.txt | |
parent | 927eaf082b11909e66f7b9acd1dd9a6dd6a8eae8 (diff) | |
download | ceilometer-79d0e837a380d4b9e60c7f75e86cde1d44c71b53.tar.gz |
Remove explicit distribute depend.
Causes issues with the recent re-merge with setuptools. Advice from
upstream is to stop doing explicit depends.
Change-Id: I2ea9b54c3b745ad60d62cf26e2f53f40242d2848
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index b50a52f2..418dcc89 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,3 @@ -distribute>=0.6.24 coverage discover httplib2 |