Skip to content

Commit

Permalink
Update Python 2 dependency declarations to new packaging standards
Browse files Browse the repository at this point in the history
Taken from https://src.fedoraproject.org/rpms/abrt-server-info-page/pull-request/1#

Signed-off-by: Matej Marusak <mmarusak@redhat.com>
  • Loading branch information
marusak committed Feb 7, 2018
1 parent 9dc654c commit 4c6d133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions abrt-server-info-page.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ BuildArch: noarch

BuildRequires: python2-devel

Requires: python-flask >= 0.10
Requires: python2-flask >= 0.10
Requires: httpd
Requires: mod_wsgi
Requires: python2-mod_wsgi

%description
Web page for use as front page of ABRT servers. Contains information about
Expand Down

0 comments on commit 4c6d133

Please sign in to comment.