File: no-require-internal-modules

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

--- a/setup.py
+++ b/setup.py
@@ -92,7 +92,6 @@
     install_requires=[
         "parse >= 1.18.0; python_version >= '3.0'",
         "parse >= 1.13.1; python_version <= '2.7'",
-        "enum34; python_version < '3.4'",
         "six >= 1.15",
     ],
     tests_require=[