!12 [sync] PR-11: Fix build error in openEuler-22.03-LTS

From: @openeuler-sync-bot 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-03-14 07:18:16 +00:00 committed by Gitee
commit 0c70698dd4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: python-xmltodict Name: python-xmltodict
Version: 0.12.0 Version: 0.12.0
Release: 3 Release: 4
Summary: Python module that makes working with XML feel like you are working with JSON Summary: Python module that makes working with XML feel like you are working with JSON
License: MIT License: MIT
URL: https://github.com/martinblech/xmltodict URL: https://github.com/martinblech/xmltodict
@ -15,7 +15,7 @@ Python module that makes working with XML feel like you are working with JSON
%package -n python3-xmltodict %package -n python3-xmltodict
Summary: Python module that makes working with XML feel like you are working with JSON Summary: Python module that makes working with XML feel like you are working with JSON
BuildRequires: python3-pytest BuildRequires: python3-pytest expat-devel
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%{?python_provide:%python_provide python3-xmltodict} %{?python_provide:%python_provide python3-xmltodict}
@ -42,6 +42,9 @@ Python module that makes working with XML feel like you are working with JSON
%changelog %changelog
* Tue Mar 8 2022 baizhonggui <baizhonggui@huawei.com> - 0.12.0-4
- add expat-devel build require to fix build error
* Fri Sep 17 2021 wangyue <wangyue92@huawei.com> - 0.12.0-3 * Fri Sep 17 2021 wangyue <wangyue92@huawei.com> - 0.12.0-3
- add provide python-xmltodict - add provide python-xmltodict