summaryrefslogtreecommitdiff
path: root/libvirt-python.spec.in
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2018-01-11 16:38:42 +0000
committerDaniel P. Berrange <berrange@redhat.com>2018-01-12 18:15:50 +0000
commit8dfa907b2fed3adbb57b68e1eaecf4831769aad1 (patch)
treea01ee1440b5fed06b0a7ae25cf54ec86740b6dcb /libvirt-python.spec.in
parent53a6d49660d587a88d78759ca3d2e49e0e35102f (diff)
downloadlibvirt-python-8dfa907b2fed3adbb57b68e1eaecf4831769aad1.tar.gz
Adapt to rename of py2 RPMs from python- to python2- prefix
Reviewed-by: Pavel Hrdina <phrdina@redhat.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'libvirt-python.spec.in')
-rw-r--r--libvirt-python.spec.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/libvirt-python.spec.in b/libvirt-python.spec.in
index b667ebe..b13e961 100644
--- a/libvirt-python.spec.in
+++ b/libvirt-python.spec.in
@@ -18,6 +18,12 @@
%define _with_python3 1
%endif
+# Whether py2 packages are assumed to have python2- name prefix
+%define py2_versioned_deps 0
+%if 0%{?fedora} || 0%{?rhel} > 7
+%define py2_versioned_deps 1
+%endif
+
%{!?with_python2: %define with_python2 %{_with_python2}}
%{!?with_python3: %define with_python3 %{_with_python3}}
@@ -31,10 +37,16 @@ License: LGPLv2+
Group: Development/Libraries
BuildRequires: libvirt-devel >= @C_VERSION@
%if %{with_python2}
+%if %{py2_versioned_deps}
+BuildRequires: python2-devel
+BuildRequires: python2-nose
+BuildRequires: python2-lxml
+%else
BuildRequires: python-devel
BuildRequires: python-nose
BuildRequires: python-lxml
%endif
+%endif
%if %{with_python3}
BuildRequires: python3-devel
BuildRequires: python3-nose