1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 10:15:12 +03:00
aports/community/py3-hcloud/no-universal.patch
2023-02-14 00:04:45 +01:00

11 lines
144 B
Diff

Don't build universal wheel
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,3 @@
-[bdist_wheel]
-universal = 1
-
-
[pep8]
ignore = E501,E722,W503