add buildrequires

This commit is contained in:
wu-leilei 2021-08-17 16:21:46 +08:00
parent de2313ef2c
commit 6fe0b8ba71
2 changed files with 8 additions and 3 deletions

View File

@ -2,20 +2,22 @@
Name: python-xmltodict
Version: 0.12.0
Release: 1
Release: 2
Summary: Python module that makes working with XML feel like you are working with JSON
License: MIT
URL: https://github.com/martinblech/xmltodict
Source0: https://github.com/martinblech/xmltodict/archive/%{name}-%{version}.tar.gz
Source0: https://github.com/martinblech/xmltodict/archive/refs/tags/v0.12.0.tar.gz
BuildArch: noarch
%description
Python module that makes working with XML feel like you are working with JSON
%package -n python3-xmltodict
Summary: Python module that makes working with XML feel like you are working with JSON
BuildRequires: python3-pytest
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description -n python3-xmltodict
Python module that makes working with XML feel like you are working with JSON
@ -39,5 +41,8 @@ Python module that makes working with XML feel like you are working with JSON
%changelog
* Tue Aug 17 2021 wulei <wulei80@huawei.com> - 0.12.0-2
- add buildrequires
* Tue Apr 28 2020 Wei Xiong <myeuler@163.com>
- init package