summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/core.py
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2004-10-13 12:35:28 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2004-10-13 12:35:28 (GMT)
commitf2113f0c6e7efb788c6aa3bbf666fda223bce188 (patch)
tree6d18eed9fc79fcffa8364a7d5de4e4e9ccea68a5 /Lib/distutils/core.py
parent9e29fc584c28111a8727d9c02082c53aae8c4121 (diff)
downloadcpython-f2113f0c6e7efb788c6aa3bbf666fda223bce188.zip
cpython-f2113f0c6e7efb788c6aa3bbf666fda223bce188.tar.gz
cpython-f2113f0c6e7efb788c6aa3bbf666fda223bce188.tar.bz2
Backing out the basic dependency checking (from pycon sprint).
This support was only a first cut, and doesn't deserve to be in a released version (where we have to support it in an ongoing manner)
Diffstat (limited to 'Lib/distutils/core.py')
-rw-r--r--Lib/distutils/core.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/distutils/core.py b/Lib/distutils/core.py
index fef291f..6867534 100644
--- a/Lib/distutils/core.py
+++ b/Lib/distutils/core.py
@@ -47,8 +47,7 @@ setup_keywords = ('distclass', 'script_name', 'script_args', 'options',
'name', 'version', 'author', 'author_email',
'maintainer', 'maintainer_email', 'url', 'license',
'description', 'long_description', 'keywords',
- 'platforms', 'classifiers', 'download_url',
- 'provides', 'requires', )
+ 'platforms', 'classifiers', 'download_url',)
# Legal keyword arguments for the Extension constructor
extension_keywords = ('name', 'sources', 'include_dirs',