Description: Prevent the automatic dependency on python3-pkg-resources.
Author: Alexandre Detiste <tchet@debian.org>
Forwarded: https://github.com/trezor/cython-hidapi/issues/187
Last-Update: 2025-01-15

--- a/setup.py
+++ b/setup.py
@@ -258,5 +258,5 @@
         "Programming Language :: Python :: 3.9",
     ],
     ext_modules=cythonize(modules, language_level=3),
-    install_requires=["setuptools>=19.0"],
+    setup_requires=["setuptools>=19.0"],
 )
