14
0

- remove dependency on six, this is vendored in setuptools to break

the buildcycle with six (bsc#1166139)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=191
This commit is contained in:
2020-03-10 08:04:47 +00:00
committed by Git OBS Bridge
parent 1f1ebc325a
commit aa9e8b0acb
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 10 08:04:09 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- remove dependency on six, this is vendored in setuptools to break
the buildcycle with six (bsc#1166139)
-------------------------------------------------------------------
Tue Feb 4 14:29:34 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>