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:
parent
13f014ddf4
commit
1b593d3c70
@ -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>
|
Mon Nov 9 20:23:21 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ included, with gevent/asyncio/SSL support.
|
|||||||
%setup -q -n mocket-%{version}
|
%setup -q -n mocket-%{version}
|
||||||
sed -i '/cov/ d' setup.cfg
|
sed -i '/cov/ d' setup.cfg
|
||||||
sed -i '/pipenv/ d' setup.py
|
sed -i '/pipenv/ d' setup.py
|
||||||
sed -i 's/==/>=/' requirements.txt
|
sed -i 's/==.*$//' requirements.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
|
Loading…
Reference in New Issue
Block a user