aports/testing/py3-openant/0001-Remove-udev-install.patch
2022-06-14 07:07:42 +02:00

12 lines
342 B
Diff

diff -urN a/setup.py b/setup.py
--- a/setup.py 2020-06-09 20:10:07.000000000 +0200
+++ b/setup.py 2021-02-22 11:51:25.631714130 +0100
@@ -119,7 +119,5 @@
install_requires=['pyusb>=1.0a2'],
- cmdclass={'udev_rules': InstallUdevRules, 'install': CustomInstall, 'develop': CustomDevelop},
-
test_suite='ant.tests'
)