1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 04:35:13 +03:00
aports/testing/py3-vatnumber/py3.patch
2022-11-24 08:47:41 +01:00

10 lines
236 B
Diff

diff --git a/setup.py b/setup.py
index 048fe6b..5a7a7a2 100644
--- a/setup.py
+++ b/setup.py
@@ -43,5 +43,4 @@ setup(name='vatnumber',
'suds': ['suds'],
},
test_suite="vatnumber.tests",
- use_2to3=True,
)