From f48e18ce39fbefde6e950fd9b62e90203a69413c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Guido=20G=C3=BCnther?= Date: Fri, 30 Apr 2021 09:03:46 +0200 Subject: [PATCH] spec: Swtich requires to python3 too Thanks: Quanah Gibson-Mount --- packaging/git-buildpackage.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/git-buildpackage.spec b/packaging/git-buildpackage.spec index c0bb0c5b..4ada8c5d 100644 --- a/packaging/git-buildpackage.spec +++ b/packaging/git-buildpackage.spec @@ -31,13 +31,13 @@ Source0: %{name}_%{version}.tar.gz %if 0%{?suse_version} %define python_pkg_name python-base %else -%define python_pkg_name python +%define python_pkg_name python3 %endif %if 0%{?tizen_version:1} %define rpm_python_pkg_name python-rpm %else -%define rpm_python_pkg_name rpm-python +%define rpm_python_pkg_name python3-rpm %endif Requires: %{name}-common = %{version}-%{release} -- 2.34.1