From 3a7271576835bda857f3218800f4923744154db06e3ff48d2779c38f29ee9ead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Mon, 17 Jun 2024 10:07:44 +0000 Subject: [PATCH] add missing buildrequire for the __python3 macro OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/obs-service-replace_using_package_version?expand=0&rev=23 --- obs-service-replace_using_package_version.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/obs-service-replace_using_package_version.spec b/obs-service-replace_using_package_version.spec index f9d2795..f859e9a 100644 --- a/obs-service-replace_using_package_version.spec +++ b/obs-service-replace_using_package_version.spec @@ -29,6 +29,8 @@ Source0: %{service}.py Source1: %{service}.service Source2: LICENSE BuildRequires: sed +# for the __python3 macro +BuildRequires: python-rpm-macros Requires: python3-docopt Requires: python3-rpm BuildRoot: %{_tmppath}/%{name}-%{version}-build