17
0

Accepting request 843690 from home:bnavigator:branches:Virtualization

Qnother supersede. Actually, setuptools is not required

- Use %pycache_only %python_sitelib instead of %python3_sitelib in
  order to support multiple python3 flavors
  gh#openSUSE/python-rpm-macros#66
- Enable test suite. It is mandatory for python packages and
  upstream's next major version update will have more tests.

OBS-URL: https://build.opensuse.org/request/show/843690
OBS-URL: https://build.opensuse.org/package/show/Virtualization/python-libvirt-python?expand=0&rev=84
This commit is contained in:
2020-10-26 19:49:07 +00:00
committed by Git OBS Bridge
parent dee62b0e3a
commit 058f38d548
2 changed files with 17 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Oct 23 19:56:04 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Use %pycache_only %python_sitelib instead of %python3_sitelib in
order to support multiple python3 flavors
gh#openSUSE/python-rpm-macros#66
- Enable test suite. It is mandatory for python packages and
upstream's next major version update will have more tests.
-------------------------------------------------------------------
Mon Oct 12 19:34:25 UTC 2020 - James Fehlig <jfehlig@suse.com>