15
0

- Add patch remove-python-six.patch to do not require python-six

- Remove python-six dependency
- Remove not needed deps:
  * unittest-xml-reporting
  * python-pyee
- Use pytest in check instead unittest

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-adapt-parser?expand=0&rev=16
This commit is contained in:
2022-10-19 11:08:38 +00:00
committed by Git OBS Bridge
parent 048e413e54
commit 1ce47a7af9
3 changed files with 121 additions and 9 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Oct 19 10:59:31 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Add patch remove-python-six.patch to do not require python-six
- Remove python-six dependency
- Remove not needed deps:
* unittest-xml-reporting
* python-pyee
- Use pytest in check instead unittest
-------------------------------------------------------------------
Tue Nov 2 10:26:21 UTC 2021 - pgajdos@suse.com