Browse Source

Added BuildRequire setuptools to RPM package (#382)

pull/384/head
Chris Caron 4 years ago committed by GitHub
parent
commit
6eaa8e150d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packaging/redhat/python-apprise.spec

1
packaging/redhat/python-apprise.spec

@ -138,6 +138,7 @@ Summary: A simple wrapper to many popular notification services used today
%{?python_provide:%python_provide python%{python3_pkgversion}-%{pypi_name}}
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
BuildRequires: python%{python3_pkgversion}-requests
BuildRequires: python%{python3_pkgversion}-requests-oauthlib
BuildRequires: python%{python3_pkgversion}-six

Loading…
Cancel
Save