From 1b593d3c709e333c897805cba8e9d3fed3f1da3f86a9db3b2c465209e021b1e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 10 Dec 2020 10:30:11 +0000 Subject: [PATCH] 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 --- python-mocket.changes | 6 ++++++ python-mocket.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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}