Add BuildRequires: python to fix FTBFS (BZ#1414586)

Pushing on behalf of Merlin.
This commit is contained in:
Petr Šabata 2017-02-01 17:00:31 +01:00
parent d9236f1b25
commit a77a6050ad

View File

@ -2,7 +2,7 @@
Name: libxcb
Version: 1.12
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A C binding to the X11 protocol
License: MIT
URL: http://xcb.freedesktop.org/
@ -23,6 +23,7 @@ BuildRequires: pkgconfig
BuildRequires: pkgconfig(xau) >= 0.99.2
BuildRequires: pkgconfig(xcb-proto) >= 1.12
BuildRequires: pkgconfig(xorg-macros) >= 1.18
BuildRequires: python
#BuildRequires: xorg-x11-proto-devel
%description
@ -116,6 +117,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
%{_pkgdocdir}
%changelog
* Wed Jan 18 2017 Merlin Mathesius <mmathesi@redhat.com> - 1.12-2
- Add BuildRequires: python to fix FTBFS (BZ#1414586).
* Wed May 18 2016 Adam Jackson <ajax@redhat.com> - 1.12-1
- libxcb 1.12