From 06cc8b6182076aadc109399c820cbf0eeb561d83 Mon Sep 17 00:00:00 2001 From: Dan Callaghan Date: Jan 25 2018 09:57:39 +0000 Subject: CLI also requires configparser --- diff --git a/waiverdb.spec b/waiverdb.spec index 512a7db..5647a1f 100644 --- a/waiverdb.spec +++ b/waiverdb.spec @@ -114,9 +114,11 @@ Summary: A CLI tool for interacting with waiverdb %if 0%{?fedora} || 0%{?rhel} > 7 BuildRequires: python2-click Requires: python2-click +Requires: python2-configparser %else BuildRequires: python-click Requires: python-click +Requires: python-configparser %endif Requires: waiverdb-common = %{version}-%{release}