From c0da6dfd5f61f4e8ca56bb249239969aa315ee4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Tue, 26 May 2020 11:03:09 +0200 Subject: [PATCH] the-new-hotness: Add python3-pycurl dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We don't need libcurl-devel if python3-pycurl is already packaged. Signed-off-by: Michal Konečný --- roles/openshift-apps/the-new-hotness/templates/buildconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml index 3f139c212b..3ee507b26f 100644 --- a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml +++ b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml @@ -25,7 +25,7 @@ items: rpm-python \ rpmdevtools \ fedpkg \ - libcurl-devel \ + python3-pycurl \ python3-bugzilla \ python3-dogpile-cache \ python3-requests \