- added explicit requires to libpython-%version-%release
to prevent bugs like bnc#697251 reappearing OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=101
This commit is contained in:
committed by
Git OBS Bridge
parent
db3cfea874
commit
6515ccf566
@@ -56,6 +56,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%define python_version %(echo %{version} | head -c 3)
|
||||
Provides: %{name} = %{python_version}
|
||||
|
||||
# explicitly, see bnc#697251
|
||||
Requires: libpython2_7-1_0 = %{version}-%{release}
|
||||
|
||||
%description
|
||||
Python is an interpreted, object-oriented programming language, and is
|
||||
often compared to Tcl, Perl, Scheme, or Java. You can find an overview
|
||||
|
||||
Reference in New Issue
Block a user