1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/testing/py3-dexml/py3.patch
2022-11-24 07:05:35 +01:00

13 lines
364 B
Diff

diff --git a/setup.py b/setup.py
index 285a258..2521bb6 100644
--- a/setup.py
+++ b/setup.py
@@ -20,8 +20,6 @@ except ImportError:
from distutils.core import setup
else:
setup_kwds["test_suite"] = "dexml.test"
- if sys.version_info > (3,):
- setup_kwds["use_2to3"] = True
# Extract the docstring and version declaration from the module.