- all subpackages require python-base=%{version}-%{release} explicitly
(fixes bnc#766778 bug and similar that might arise in the future) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=124
This commit is contained in:
parent
f58b90d043
commit
6449546d67
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 12:36:04 UTC 2012 - jmatejek@suse.com
|
||||
|
||||
- all subpackages require python-base=%{version}-%{release} explicitly
|
||||
(fixes bnc#766778 bug and similar that might arise in the future)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 26 11:54:22 UTC 2012 - dvaleev@suse.com
|
||||
|
||||
|
@ -79,7 +79,7 @@ modules that would pull in extra dependencies.
|
||||
Summary: Include Files and Libraries Mandatory for Building Python Modules
|
||||
Group: Development/Languages/Python
|
||||
Requires: glibc-devel
|
||||
Requires: python-base = %{version}
|
||||
Requires: python-base = %{version}-%{release}
|
||||
|
||||
%description -n python-devel
|
||||
The Python programming language's interpreter can be extended with
|
||||
@ -92,7 +92,7 @@ embedding Python in applications.
|
||||
%package -n python-xml
|
||||
Summary: A Python XML Interface
|
||||
Group: Development/Libraries/Python
|
||||
Requires: python-base = %{version}
|
||||
Requires: python-base = %{version}-%{release}
|
||||
# pyxml used to live out of tree
|
||||
Provides: pyxml = 0.8.5
|
||||
Obsoletes: pyxml < 0.8.5
|
||||
|
12
python.spec
12
python.spec
@ -70,7 +70,7 @@ BuildRequires: tk-devel
|
||||
BuildRequires: xorg-x11-devel
|
||||
%define python_version %(echo %{tarversion} | head -c 3)
|
||||
%define idle_name idle
|
||||
Requires: python-base = %{version}
|
||||
Requires: python-base = %{version}-%{release}
|
||||
Provides: %{name} = %{python_version}
|
||||
Obsoletes: python-elementtree
|
||||
Obsoletes: python-nothreads
|
||||
@ -94,7 +94,7 @@ install python-devel package.
|
||||
%package idle
|
||||
Summary: An Integrated Development Environment for Python
|
||||
Group: Development/Languages/Python
|
||||
Requires: python-base = %{version}
|
||||
Requires: python-base = %{version}-%{release}
|
||||
Requires: python-tk
|
||||
|
||||
%description idle
|
||||
@ -106,7 +106,7 @@ a debugger.
|
||||
%package demo
|
||||
Summary: Python Demonstration Scripts
|
||||
Group: Development/Languages/Python
|
||||
Requires: python-base = %{version}
|
||||
Requires: python-base = %{version}-%{release}
|
||||
Provides: pyth_dmo
|
||||
Obsoletes: pyth_dmo
|
||||
|
||||
@ -117,7 +117,7 @@ programs that are useful for building or extending Python.
|
||||
%package tk
|
||||
Summary: TkInter - Python Tk Interface
|
||||
Group: Development/Libraries/Python
|
||||
Requires: python-base = %{version}
|
||||
Requires: python-base = %{version}-%{release}
|
||||
Provides: pyth_tk
|
||||
Provides: pyth_tkl
|
||||
Provides: python-tkinter
|
||||
@ -136,7 +136,7 @@ Python interface to Tk. Tk is the GUI toolkit that comes with Tcl. The
|
||||
%package curses
|
||||
Summary: Python Interface to the (N)Curses Library
|
||||
Group: Development/Libraries/Python
|
||||
Requires: python-base = %{version}
|
||||
Requires: python-base = %{version}-%{release}
|
||||
Obsoletes: pyth_cur
|
||||
Provides: pyth_cur
|
||||
|
||||
@ -147,7 +147,7 @@ Console User Interface.
|
||||
%package gdbm
|
||||
Summary: Python Interface to the GDBM Library
|
||||
Group: Development/Libraries/Python
|
||||
Requires: python-base = %{version}
|
||||
Requires: python-base = %{version}-%{release}
|
||||
Obsoletes: pygdmod
|
||||
Provides: pygdmod
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user