From 13e260f41bef56dfe5eec764b8b2dee1bb166412 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Feb 12 2020 15:22:21 +0000 Subject: python-xmlsec-1.3.3-9 Changelog: - pkgconfig is only a build-time dependency (rhbz#1789152) Resolves: rhbz#1789152 --- diff --git a/python-xmlsec.spec b/python-xmlsec.spec index 14f762b..89573b5 100644 --- a/python-xmlsec.spec +++ b/python-xmlsec.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 1.3.3 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Python bindings for the XML Security Library License: MIT @@ -30,7 +30,6 @@ Requires: libxml2 >= 2.9.1 Requires: xmlsec1 >= 1.2.18 Requires: xmlsec1-openssl Requires: %{py3_dist lxml} -Requires: %{py3_dist pkgconfig} %description -n python3-%{srcname} @@ -39,6 +38,7 @@ Requires: %{py3_dist pkgconfig} %prep %autosetup -n %{srcname}-%{version} +sed -i /pkgconfig/d requirements.txt rm -rf *.egg-info @@ -61,6 +61,9 @@ rm -rf *.egg-info %changelog +* Wed Feb 12 2020 Ken Dreyer - 1.3.3-9 +- pkgconfig is only a build-time dependency (rhbz#1789152) + * Thu Jan 30 2020 Fedora Release Engineering - 1.3.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild