Add missing runtime dependency on python3

epel10
Fabio Valentini 11 months ago
parent 47b781cff8
commit b821098426
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -29,6 +29,7 @@ Build configuration for the PyO3 ecosystem.}
%package devel %package devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
Requires: python3
%description devel %{_description} %description devel %{_description}

@ -4,5 +4,6 @@ cargo-toml-patch-comments = [
] ]
[requires] [requires]
lib = ["python3"]
test = ["python3"] test = ["python3"]

Loading…
Cancel
Save