Re: [libvirt] [python PATCH] Fix RPM deps for centos 7

2019-12-04 Thread Andrea Bolognani
On Wed, 2019-12-04 at 16:24 +, Daniel P. Berrangé wrote: > +%if 0%{?rhel} == 7 > +BuildRequires: python36-nose > +BuildRequires: python36-lxml > +%else > BuildRequires: python3-nose > BuildRequires: python3-lxml > +%endif This should work just fine in an actual RHEL 7 machine, provided that

[libvirt] [python PATCH] Fix RPM deps for centos 7

2019-12-04 Thread Daniel P . Berrangé
Signed-off-by: Daniel P. Berrangé --- libvirt-python.spec.in | 5 + 1 file changed, 5 insertions(+) diff --git a/libvirt-python.spec.in b/libvirt-python.spec.in index 1e92f3c..33d2775 100644 --- a/libvirt-python.spec.in +++ b/libvirt-python.spec.in @@ -21,8 +21,13 @@ Url: http://libvirt.org