Accepting request 854406 from home:bnavigator:branches:devel:languages:python

- Relax pinned setup.py requires so that the installed egg-info
  does not interfere with other packages

OBS-URL: https://build.opensuse.org/request/show/854406
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=18
This commit is contained in:
Markéta Machová 2020-12-10 10:30:11 +00:00 committed by Git OBS Bridge
parent 13f014ddf4
commit 1b593d3c70
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 10 01:45:45 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- 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 <sebix+novell.com@sebix.at>

View File

@ -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}