]> git.pld-linux.org Git - packages/python3.git/commitdiff
- fix _ctypes module build: run aclocal (needed for PKG_PROG_PKG_CONFIG macro), BR...
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 15 Mar 2015 20:04:00 +0000 (21:04 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 15 Mar 2015 20:04:00 +0000 (21:04 +0100)
python3.spec

index c0b394c942290230e62e3c6f6cb696c1416c61d3..32e8851a5df643bbe33fa5d386556c150fe1cb1e 100644 (file)
@@ -55,6 +55,7 @@ Patch7:               python-distro.patch
 Patch8:                %{name}-db.patch
 URL:           http://www.python.org/
 BuildRequires: autoconf >= 2.65
+BuildRequires: automake
 BuildRequires: bluez-libs-devel
 BuildRequires: bzip2-devel
 BuildRequires: db-devel >= 4
@@ -68,6 +69,7 @@ BuildRequires:        libstdc++-devel
 %{?with_system_mpdecimal:BuildRequires:        mpdecimal-devel >= 2.4.1}
 BuildRequires: ncurses-ext-devel >= 5.2
 BuildRequires: openssl-devel >= 0.9.7
+BuildRequires: pkgconfig
 BuildRequires: readline-devel >= 5.0
 BuildRequires: rpm-pythonprov
 BuildRequires: sed >= 4.0
@@ -498,6 +500,7 @@ if ! grep -q "tmpfs" /proc/self/mounts; then
        exit 1
 fi
 
+%{__aclocal}
 %{__autoconf}
 %configure \
        CC="%{__cc}" \
This page took 0.241358 seconds and 4 git commands to generate.