summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2021-04-30 09:03:46 +0200
committerGuido Günther <agx@sigxcpu.org>2021-04-30 09:45:46 +0200
commitf48e18ce39fbefde6e950fd9b62e90203a69413c (patch)
tree0e6f5cd61d7e43482fdb0fced7321face35cc0af
parent82bb71255b82dc4583934c2b647c5a52233c7af8 (diff)
spec: Swtich requires to python3 too
Thanks: Quanah Gibson-Mount
-rw-r--r--packaging/git-buildpackage.spec4
1 files 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}