From 0a0d0fc1ec75a9a754b29a4443956838a44405c9 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 9 Apr 2014 18:29:22 +0200 Subject: [PATCH] there is no python.pc on rhel-6 either --- libreoffice.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libreoffice.spec b/libreoffice.spec index dc272c2..8a1bf28 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -217,7 +217,7 @@ BuildRequires: postgresql-devel %if 0%{libo_python3} BuildRequires: pkgconfig(python3) %else -BuildRequires: pkgconfig(python) +BuildRequires: python-devel %endif BuildRequires: pkgconfig(redland) BuildRequires: pkgconfig(sane-backends)