Accepting request 182401 from openSUSE:Factory:Core

- have python-devel require python:
  http://lists.opensuse.org/opensuse-factory/2013-06/msg00622.html

Note that talloc and libxml2 need to be in factory before this

OBS-URL: https://build.opensuse.org/request/show/182401
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=146
This commit is contained in:
Sascha Peilicke
2013-07-08 13:12:23 +00:00
committed by Git OBS Bridge
parent 4c9ece027a
commit 472801f247
5 changed files with 24 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-base
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,13 @@
#
Name: python-base
Version: 2.7.5
Release: 0
License: Python-2.0
Summary: Python Interpreter base package
Url: http://www.python.org/
License: Python-2.0
Group: Development/Languages/Python
Url: http://www.python.org/
%define tarversion %{version}
%define tarname Python-%{tarversion}
Source0: http://www.python.org/ftp/python/%{version}/%{tarname}.tar.xz
@@ -53,7 +52,8 @@ Patch23: python-2.7.4-no-REUSEPORT.patch
# COMMON-PATCH-END
%define python_version %(echo %{tarversion} | head -c 3)
BuildRequires: automake
BuildRequires: fdupes libbz2-devel
BuildRequires: fdupes
BuildRequires: libbz2-devel
BuildRequires: pkg-config
BuildRequires: xz
BuildRequires: zlib-devel
@@ -81,6 +81,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 = %{version}
Requires: python-base = %{version}-%{release}
%description -n python-devel