Miro Hrončok
76209d7bf3
Fedora CI eval tests: Make the python3.6 dependency optional
...
It is not available on RHEL 9, where we would like to be able to run the tests.
See https://bugzilla.redhat.com/show_bug.cgi?id=1984407
2021-08-24 21:35:32 +02:00
Karolina Surma
9d2fcef337
Use sysconfig.get_path() to define %python_sitelib and %python_sitearch
...
Distutils which were used to define the macros are deprecated in Python3.10:
https://www.python.org/dev/peps/pep-0632/ .
Sysconfig isn't and it works across our Pythons, making it better choice for the task.
2021-04-08 14:57:19 +02:00
Miro Hrončok
a712d455f8
python3-devel is required on the CI for pythontest.spec
2020-09-16 17:32:39 +02:00
Lumir Balhar
431e4380cc
Add a test for %py_byte_compile macro
2020-09-07 11:20:40 +02:00
Miro Hrončok
72371929c5
Implement %pyX_shebang_fix
...
See https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org/thread/UGCMDDG3S32U7JJK36OEZNHLUVQQRG3M/
2020-05-18 18:58:39 +02:00
Miro Hrončok
f5bea8c7b7
Fedora CI: Add eval tests for %python_provide and %py_provides
2020-05-05 13:54:28 +02:00