From 8b2c7397f292287f6e8b44430dd2796eb1713f7f Mon Sep 17 00:00:00 2001 From: mprahl Date: Nov 04 2016 07:47:57 +0000 Subject: Remove unnecessary requirement of flask-restful Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D1036 --- diff --git a/requirements.txt b/requirements.txt index 277363c..38a6ca4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,6 @@ # This list is in the same order as the requirements in the specfile. Flask == 0.10.1 -Flask-RESTful == 0.3.5 six == 1.10.0 iso8601 == 0.1.11 resultsdb_api diff --git a/resultsdb_frontend.spec b/resultsdb_frontend.spec index 1a8a32d..aa128fd 100644 --- a/resultsdb_frontend.spec +++ b/resultsdb_frontend.spec @@ -10,7 +10,6 @@ Source0: https://qadevel.cloud.fedoraproject.org/releases/%{name}/%{name} BuildArch: noarch Requires: python-flask -Requires: python2-flask-restful Requires: python2-iso8601 Requires: python-resultsdb_api Requires: python-six