From b8210984264addd946dea8016ce9a4aa3e4aab89 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 13 Apr 2024 00:35:24 +0200 Subject: [PATCH] Add missing runtime dependency on python3 --- rust-pyo3-build-config.spec | 1 + rust2rpm.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/rust-pyo3-build-config.spec b/rust-pyo3-build-config.spec index 0a778c9..ecc6b9d 100644 --- a/rust-pyo3-build-config.spec +++ b/rust-pyo3-build-config.spec @@ -29,6 +29,7 @@ Build configuration for the PyO3 ecosystem.} %package devel Summary: %{summary} BuildArch: noarch +Requires: python3 %description devel %{_description} diff --git a/rust2rpm.toml b/rust2rpm.toml index 548ed21..f98e593 100644 --- a/rust2rpm.toml +++ b/rust2rpm.toml @@ -4,5 +4,6 @@ cargo-toml-patch-comments = [ ] [requires] +lib = ["python3"] test = ["python3"]