forked from pool/python-mocket
Accepting request 824993 from home:sebix:branches:devel:languages:python
please forward to factory - Change requirements version specifier from == to >=. OBS-URL: https://build.opensuse.org/request/show/824993 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=9
This commit is contained in:
parent
4651ce1ebd
commit
00084d2a82
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 8 13:00:29 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
- Change requirements version specifier from == to >=.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 23 18:54:20 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
|
@ -68,6 +68,7 @@ included, with gevent/asyncio/SSL support.
|
||||
%setup -q -n mocket-%{version}
|
||||
rm -f setup.cfg pytest.ini tox.ini
|
||||
sed -i '/pipenv/d' setup.py
|
||||
sed -i 's/==/>=/' requirements.txt
|
||||
touch conftest.py
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user