From 167ce6a9ac772c57fd6f5f497b7bfba1f65fc219 Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Tue, 8 Mar 2022 09:47:16 +0800 Subject: [PATCH] add expat build require to fix build error --- python-xmltodict.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-xmltodict.spec b/python-xmltodict.spec index 1ec67d2..f9d6c7c 100644 --- a/python-xmltodict.spec +++ b/python-xmltodict.spec @@ -2,7 +2,7 @@ Name: python-xmltodict Version: 0.12.0 -Release: 3 +Release: 4 Summary: Python module that makes working with XML feel like you are working with JSON License: MIT 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 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-setuptools %{?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 +* Tue Mar 8 2022 baizhonggui - 0.12.0-4 +- add expat-devel build require to fix build error + * Fri Sep 17 2021 wangyue - 0.12.0-3 - add provide python-xmltodict -- Gitee