File: no-require-internal-modules

package info (click to toggle)
python-parse-type 0.5.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 892 kB
  • sloc: python: 7,212; sh: 12; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 478 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
These are only required with older python versions, but dh_python3 doesn't understand that.

--- 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"],