add provide python-xmltodict

This commit is contained in:
wang_yue111 2021-09-17 10:26:33 +08:00
parent e062e0d1a6
commit 47e7009af6

View File

@ -2,7 +2,7 @@
Name: python-xmltodict
Version: 0.12.0
Release: 2
Release: 3
Summary: Python module that makes working with XML feel like you are working with JSON
License: MIT
URL: https://github.com/martinblech/xmltodict
@ -18,6 +18,7 @@ Summary: Python module that makes working with XML feel like you are work
BuildRequires: python3-pytest
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%{?python_provide:%python_provide python3-xmltodict}
%description -n python3-xmltodict
Python module that makes working with XML feel like you are working with JSON
@ -41,6 +42,9 @@ Python module that makes working with XML feel like you are working with JSON
%changelog
* Fri Sep 17 2021 wangyue <wangyue92@huawei.com> - 0.12.0-3
- add provide python-xmltodict
* Tue Aug 17 2021 wulei <wulei80@huawei.com> - 0.12.0-2
- add buildrequires