From 19e1fa82e725cd8d0837555bd3b2eaf62b3a61ac Mon Sep 17 00:00:00 2001 From: Matt Jia Date: Oct 24 2017 06:37:13 +0000 Subject: clean up requirements.txt and the spec file This is done by removing m2crypto and m2ext as they are no longer needed to be mentioned explictly. Fixed https://pagure.io/freshmaker/issue/106 --- diff --git a/freshmaker.spec b/freshmaker.spec index abddd3a..a156433 100644 --- a/freshmaker.spec +++ b/freshmaker.spec @@ -27,7 +27,6 @@ BuildRequires: python2-pdc-client BuildRequires: python-enum34 BuildRequires: python-flask-script BuildRequires: python-httplib2 -BuildRequires: python-m2ext BuildRequires: python-munch %if 0%{?rhel} && 0%{?rhel} <= 7 @@ -72,7 +71,6 @@ Requires: python2-pdc-client Requires: python-enum34 Requires: python-flask-script Requires: python-httplib2 -Requires: python-m2ext Requires: python-munch %if 0%{?rhel} && 0%{?rhel} <= 7 diff --git a/requirements.txt b/requirements.txt index 3f71e88..d8444eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,8 +4,6 @@ psutil funcsigs # Python2 only httplib2 kobo -m2crypto < 0.27 -m2ext mock munch pdc-client