Remove distribute dependency

Direct depends on distribute are evil and can break python on entire
systems in certain combinations.

Change-Id: If96e415e5395f3cbc1babae0fe95b52dc51e5176
This commit is contained in:
Monty Taylor 2013-10-07 10:27:42 -04:00
parent fa83026a27
commit 5d35c18c07
2 changed files with 0 additions and 7 deletions

View File

@ -18,10 +18,6 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
packages =
tuskar

View File

@ -1,6 +1,3 @@
# Packages needed for dev testing
distribute>=0.6.28
# Install bounded pep8/pyflakes first, then let flake8 install
pep8==1.4.5
pyflakes==0.7.2