From 5512ed134baa81e3cfd94fec3580d5045cd08489 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Wed, 9 Aug 2017 18:01:42 +0200 Subject: [PATCH] Make platform-python-devel depend on platform-python-libs-devel --- platform-python.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platform-python.spec b/platform-python.spec index f2fd7d1..a30c402 100644 --- a/platform-python.spec +++ b/platform-python.spec @@ -486,6 +486,7 @@ Summary: Libraries and header files needed for Python development Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: %{name}-libs%{?_isa} = %{version}-%{release} +Requires: %{name}-libs-devel%{?_isa} = %{version}-%{release} BuildRequires: platform-python-rpm-macros Requires: platform-python-rpm-macros Requires: python3-rpm-generators @@ -1326,7 +1327,8 @@ CheckPython optimized %changelog * Tue Aug 08 2017 Charalampos Stratakis - 3.6.2-8 -- Make platform-python-devel depend platform-python-rpm-macros +- Make platform-python-devel depend on platform-python-libs-devel + and platform-python-rpm-macros * Tue Aug 08 2017 Charalampos Stratakis - 3.6.2-7 - Create the platform-python package