14
0

Accepting request 904140 from home:alarrosa:branches:devel:languages:python

- Add patch to remove a dependency cycle between
  python-more-itertools and python-setuptools (which requires the
  former just for one simple function):
  * remove-more-itertools-dependency-cycle.patch

OBS-URL: https://build.opensuse.org/request/show/904140
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=217
This commit is contained in:
2021-07-05 11:33:23 +00:00
committed by Git OBS Bridge
parent 9195e8307b
commit e017d2b69f
3 changed files with 118 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 5 09:22:44 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
- Add patch to remove a dependency cycle between
python-more-itertools and python-setuptools (which requires the
former just for one simple function):
* remove-more-itertools-dependency-cycle.patch
-------------------------------------------------------------------
Fri Jun 25 12:46:26 UTC 2021 - Ben Greiner <code@bnavigator.de>