- don't provide sphinx from test subpackage, it is for testing

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=125
This commit is contained in:
Dirk Mueller 2019-04-10 21:03:59 +00:00 committed by Git OBS Bridge
parent abb0cc35c5
commit 9b8f5810c6
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 10 20:43:43 UTC 2019 - Dirk Mueller <dmueller@suse.com>
- don't provide sphinx from test subpackage, it is for testing
-------------------------------------------------------------------
Wed Apr 10 07:13:28 UTC 2019 - Dirk Mueller <dmueller@suse.com>

View File

@ -85,9 +85,11 @@ Requires: python-typing
%endif
%endif
%ifpython2
%if ! %{with test}
Obsoletes: %{oldpython}-sphinx < %{version}
Provides: %{oldpython}-sphinx = %{version}
%endif
%endif
%python_subpackages
%description