- Provide python-testsuite from devel subkg to ease py2->py3

dependencies

- Provide python-testsuite from devel subkg to ease py2->py3
  dependencies

- Provide python-testsuite from devel subkg to ease py2->py3
  dependencies

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=273
This commit is contained in:
Tomáš Chvátal
2020-02-03 19:32:19 +00:00
committed by Git OBS Bridge
parent 54c4187a2a
commit 669bddb90e
4 changed files with 21 additions and 0 deletions

View File

@@ -132,6 +132,9 @@ Requires: glibc-devel
Requires: python = %{version}
Requires: python-base = %{version}-%{release}
Provides: python2-devel = %{version}
# provide testsuite namespace that was split in python3 to ease dependencies
Provides: python-testsuite = %{version}
Provides: python2-testsuite = %{version}
%description -n python-devel
The Python programming language's interpreter can be extended with