-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python3-setuptools #183
Comments
Hello @sbernhard and @jturel, We can use some other comparison function if you wish to drop the setuptools dependency. |
Looks like that code has since been refactored and there's not a runtime dependency on setuptools! |
What do you think about using "python packaging"? See documentation https://packaging.pypa.io/en/latest/version.html. Example: https://thewebdev.info/2021/10/24/how-to-compare-version-numbers-in-python/ Details about the 'python3-packaging' rpm package in centos: https://centos.pkgs.org/8/centos-powertools-x86_64/python3-packaging-16.8-9.el8.noarch.rpm.html |
Hi,
I wonder, why the python3-setuptools is set as a dependency in the tracer.spec file? I thought, that the setuptools are used to build and distribute python stuff.
Is the setuptools really necessary or can we remove the "Require: python3-setuptools" (and the python2-setupools for pyton2).
Best regards,
Bernhard
CC @jturel
The text was updated successfully, but these errors were encountered: