Browse Source

fixed EL7 RPM compatiblity

pull/366/head
Chris Caron 4 years ago
parent
commit
5b7afe9a76
  1. 3
      packaging/redhat/python-apprise.spec

3
packaging/redhat/python-apprise.spec

@ -178,6 +178,9 @@ BuildRequires: python%{python3_pkgversion}-pytest-runner
%patch0 -p1 %patch0 -p1
# rhel7 doesn't like the new asyncio syntax # rhel7 doesn't like the new asyncio syntax
rm -f apprise/py3compat/asyncio.py rm -f apprise/py3compat/asyncio.py
# rhel7 doesn't support slixmpp and formatting in place
# within the dev-requirements.txt file to reference it
sed -i -e '/^slixmpp.*/d' dev-requirements.txt
%endif %endif
%build %build

Loading…
Cancel
Save