From 23308cc3bac7a0e3ab5f992e436e86b5fffdc741 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sat, 14 Jan 2006 17:48:14 +0000 Subject: [PATCH] Relaxed python-devel build deps. --- rpm-4_0.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/rpm-4_0.spec b/rpm-4_0.spec index 3d6419e..50ed5e5 100644 --- a/rpm-4_0.spec +++ b/rpm-4_0.spec @@ -46,7 +46,7 @@ PreReq: alt-gpgkeys, coreutils # XXX linked binaries like /bin/rpm. Requires: glibc-core -%{?_with_python:BuildPreReq: python-devel = %__python_version} +%{?_with_python:BuildPreReq: python-devel} %{?_with_apidocs:BuildPreReq: ctags doxygen} %{?_with_libelf:BuildPreReq: libelf-devel-static} @@ -201,12 +201,9 @@ PreReq: lib%name = %rpm_version-%release Requires: python = %__python_version %description python -The %name-python package contains a module which permits applications -written in the Python programming language to use the interface -supplied by RPM (RPM Package Manager) libraries. - -This package should be installed if you want to develop Python -programs that will manipulate RPM packages and databases. +This package contains a module which permits applications written in +the Python programming language to use the interface supplied by RPM +(RPM Package Manager) libraries. %endif #with python %prep