Add missing runtime dependency python2-ply and python3-ply
Signed-off-by: Gris Ge <fge@redhat.com>
This commit is contained in:
parent
c90bc3c659
commit
746c98f30c
11
pywbem.spec
11
pywbem.spec
@ -2,13 +2,13 @@
|
||||
|
||||
Name: pywbem
|
||||
Version: 0.11.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Python2 WBEM Client and Provider Interface
|
||||
Group: Development/Libraries
|
||||
License: LGPLv2
|
||||
URL: https://github.com/pywbem/pywbem
|
||||
Source0: https://github.com/pywbem/pywbem/archive/v%{version}.tar.gz
|
||||
BuildRequires: python-pip PyYAML python-ply python2-rpm-macros
|
||||
BuildRequires: python2-pip PyYAML python2-ply python2-rpm-macros
|
||||
BuildRequires: python3-pip python3-PyYAML python3-ply python3-rpm-macros
|
||||
BuildArch: noarch
|
||||
|
||||
@ -30,7 +30,7 @@ easiest way to write providers on the planet.
|
||||
|
||||
%package -n python2-pywbem
|
||||
Summary: %summary
|
||||
Requires: m2crypto PyYAML python-six
|
||||
Requires: m2crypto PyYAML python2-six python2-ply
|
||||
%{?python_provide:%python_provide python2-pywbem}
|
||||
# Remove before F30
|
||||
Provides: pywbem%{?_isa} = %{version}-%{release}
|
||||
@ -42,7 +42,7 @@ Obsoletes: pywbem < %{version}-%{release}
|
||||
Group: Development/Libraries
|
||||
Summary: Python3 WBEM Client and Provider Interface
|
||||
BuildArch: noarch
|
||||
Requires: python3-PyYAML python3-six
|
||||
Requires: python3-PyYAML python3-six python3-ply
|
||||
|
||||
%description -n python3-pywbem
|
||||
A WBEM client allows issuing operations to a WBEM server, using the CIM
|
||||
@ -107,6 +107,9 @@ rm -rf %{buildroot}
|
||||
%{python_sitelib}/pywbem/twisted_client.py*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 19 2017 Gris Ge <fge@redhat.com> - 0.11.0-2
|
||||
- Add missing runtime dependency python2-ply and python3-ply
|
||||
|
||||
* Wed Oct 11 2017 Gris Ge <fge@redhat.com> - 0.11.0-1
|
||||
- Upgrade to 0.11.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user