You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-pyo3-ffi/rust2rpm.toml

20 lines
611 B

[[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"]