diff --git a/python-mocket.changes b/python-mocket.changes index c41e4d1..328f475 100644 --- a/python-mocket.changes +++ b/python-mocket.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 10 01:45:45 UTC 2020 - Benjamin Greiner + +- Relax pinned setup.py requires so that the installed egg-info + does not interfere with other packages + ------------------------------------------------------------------- Mon Nov 9 20:23:21 UTC 2020 - Sebastian Wagner diff --git a/python-mocket.spec b/python-mocket.spec index 33d6afd..4492825 100644 --- a/python-mocket.spec +++ b/python-mocket.spec @@ -77,7 +77,7 @@ included, with gevent/asyncio/SSL support. %setup -q -n mocket-%{version} sed -i '/cov/ d' setup.cfg sed -i '/pipenv/ d' setup.py -sed -i 's/==/>=/' requirements.txt +sed -i 's/==.*$//' requirements.txt %build %if !%{with test}