From cb13a0ae322fa9b7302b1da9cdf68c9fb1e619d6 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Fri, 18 Jan 2019 15:02:40 +0100 Subject: [PATCH] Remove dependency on pkg-config from devel Requires provide .pc file does not mean that package requires pkg-config --- libtevent.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/libtevent.spec b/libtevent.spec index f65bbe6..018eda1 100644 --- a/libtevent.spec +++ b/libtevent.spec @@ -59,7 +59,6 @@ tevent_req (Tevent Request) functions. Summary: Developer tools for the Tevent library Requires: libtevent%{?_isa} = %{version}-%{release} Requires: libtalloc-devel%{?_isa} >= %{talloc_version} -Requires: pkgconfig %description devel Header files needed to develop programs that link against the Tevent library.