From 81e1529d909971d70009a4ab669d3ce07b75b061 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Aug 14 2018 14:56:43 +0000 Subject: Add requires on python-requests-gssapi This is meant to fix https://bugzilla.redhat.com/show_bug.cgi?id=1615424 This depends on https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-d2f09f7a74 being available for EPEL7. It is on its way. --- diff --git a/waiverdb.spec b/waiverdb.spec index eaef5d9..ecc21f5 100644 --- a/waiverdb.spec +++ b/waiverdb.spec @@ -88,9 +88,11 @@ Summary: A CLI tool for interacting with waiverdb %if 0%{?fedora} || 0%{?rhel} > 7 BuildRequires: python3-click Requires: python3-click +Requires: python3-requests-gssapi %else BuildRequires: python-click Requires: python-click +Requires: python-requests-gssapi Requires: python-configparser # For xmlrpc.client Requires: python2-future