Add missing runtime dependency python3-PyYAML and PyYAML.

This commit is contained in:
Gris Ge 2016-09-27 21:32:09 +08:00
parent 2329bade8e
commit c83d6782d6

View File

@ -2,7 +2,7 @@
Name: pywbem
Version: 0.9.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Python2 WBEM Client and Provider Interface
Group: Development/Libraries
License: LGPLv2
@ -11,7 +11,7 @@ Source0: https://github.com/pywbem/pywbem/archive/v%{version}.tar.gz
BuildRequires: python-pip PyYAML python-ply python2-rpm-macros
BuildRequires: python3-pip python3-PyYAML python3-ply python3-rpm-macros
BuildArch: noarch
Requires: m2crypto
Requires: m2crypto, PyYAML
%description
A Python library for making CIM (Common Information Model) operations over HTTP
@ -31,6 +31,7 @@ easiest way to write providers on the planet.
Group: Development/Libraries
Summary: Python3 WBEM Client and Provider Interface
BuildArch: noarch
Requires: python3-PyYAML
%description -n python3-pywbem
A WBEM client allows issuing operations to a WBEM server, using the CIM
@ -94,6 +95,9 @@ rm -rf %{buildroot}
%{python_sitelib}/pywbem/twisted_client.py*
%changelog
* Tue Sep 27 2016 Gris Ge <fge@redhat.com> 0.9.0-2
- Add missing runtime dependency python3-PyYAML and PyYAML.
* Wed Sep 14 2016 Gris Ge <fge@redhat.com> - 0.9.0-1
- Upgrade to 0.9.0 and add python3 pacakge -- python3-pywbem.