[[package.extra-patches]] number = 2 file = "Allow-unsupported-Python-versions-in-RPM-builds.patch" comments = ["""\ Downstream-only patch: always allow unsupported versions of Python. We constantly attempt to integrate alpha and beta releases of Python and need to rebuild all dependent packages in Copr, also those that use pyo3-ffi without patching each and every one of them, hence we explicitly allow to skip version check when building RPMs.""", ] [features] # drop MSVC- and MinGW-only features hide = ["generate-import-lib"] [requires] build = ["python3-devel >= 3.7"] lib = ["python3-devel >= 3.7"]