1
0
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:
Tomáš Chvátal 2020-08-08 14:05:53 +00:00 committed by Git OBS Bridge
parent 4651ce1ebd
commit 00084d2a82
2 changed files with 6 additions and 0 deletions

View File

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

View File

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