summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-06-23 18:16:17 -0400
committerMonty Taylor <mordred@inaugust.com>2013-06-23 18:16:17 -0400
commit0d1dd6fa894d50ce9bec0f059d60321930ad5277 (patch)
treed207d6e9cdeb5e6c2e8a9862e0b1500300951b71 /setup.cfg
parent63ab17980da8b31ca02ad31236420ed57006e315 (diff)
downloadmysqldb1-0d1dd6fa894d50ce9bec0f059d60321930ad5277.tar.gz
Remove distribute dependency.
Distribute has been merged with upstream setuptools. The two are incompatible now, so MySQL-python is uninstallable on systems with setuptools >= 0.7 installed.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index e357362..5b21f6d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,5 +16,4 @@ vendor = MySQL-python SourceForge Project
packager = Andy Dustman <adustman@users.sourceforge.net>
distribution-name = Red Stains Linux
requires = python
-install-requires = distribute
build-requires = python-devel mysql-devel zlib-devel openssl-devel