summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Python Team <team+python@tracker.debian.org>2021-12-14 02:54:59 -0800
committerChristoph Berg <myon@debian.org>2021-12-14 02:54:59 -0800
commit0236c203f531ab4009873c3046990a5a10d7a1b5 (patch)
tree6653bf8331773480862af3c7c2a0a81ff81c2ecd
parentf64cae8edcc992849dbf19a58b7f252b7b3f58fd (diff)
no-require-internal-modules
These are only required with older python versions, but dh_python3 doesn't understand that. Gbp-Pq: Name no-require-internal-modules
-rw-r--r--setup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index dd02427..162d049 100644
--- a/setup.py
+++ b/setup.py
@@ -92,9 +92,7 @@ setup(
"parse >= 1.13.1; python_version <= '2.7'",
# -- MAYBE, related to issue #15:
# "parse == 1.13.1; python_version <= '2.7'",
- "enum34; python_version < '3.4'",
"six >= 1.11",
- "ordereddict; python_version < '2.7'",
],
extras_require={
'docs': ["sphinx>=1.2"],