From 7a3244686dd1aa37c5b1b27067ee09f2bbc13fbd Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Dec 10 2018 09:39:52 +0000 Subject: Remove ambiguous python buildrequires and stop dragging in Python 2 See https://src.fedoraproject.org/rpms/waiverdb/pull-request/2 --- diff --git a/waiverdb.spec b/waiverdb.spec index bc355bd..ede6565 100644 --- a/waiverdb.spec +++ b/waiverdb.spec @@ -1,4 +1,3 @@ - %global upstream_version 0.12.0 %if 0%{?fedora} || 0%{?rhel} > 7 @@ -44,21 +43,6 @@ BuildRequires: python3-click BuildRequires: python3-flask-migrate BuildRequires: python3-stomppy BuildRequires: python3-fedmsg -BuildRequires: python-flask -BuildRequires: python-sqlalchemy -BuildRequires: python-flask-restful -BuildRequires: python-flask-sqlalchemy -BuildRequires: python-psycopg2 -BuildRequires: python-gssapi -BuildRequires: python-requests-gssapi -BuildRequires: pytest -BuildRequires: python-mock -BuildRequires: python-flask-oidc -BuildRequires: python-click -BuildRequires: python-configparser -BuildRequires: python-flask-migrate -BuildRequires: stomppy -BuildRequires: fedmsg Requires: python3-flask Requires: python3-sqlalchemy Requires: python3-flask-restful