Fix redundant BR on python and confused python-devel separation

This commit is contained in:
Jan Pokorný 2016-01-19 15:32:59 +01:00
parent 1abae094ef
commit 9ed34911e3
No known key found for this signature in database
GPG Key ID: 61BBB23A9E8F8DE2

View File

@ -87,13 +87,11 @@ Provides: pcmk-cluster-manager
%systemd_requires %systemd_requires
%endif %endif
# Required for core functionality
BuildRequires: automake autoconf libtool pkgconfig python libtool-ltdl-devel
BuildRequires: pkgconfig(glib-2.0) libxml2-devel libxslt-devel libuuid-devel
BuildRequires: bzip2-devel pam-devel
# This is for python_sitearch macro # Required for core functionality (python-devel depends on python)
BuildRequires: python-devel BuildRequires: automake autoconf libtool pkgconfig libtool-ltdl-devel
BuildRequires: pkgconfig(glib-2.0) libxml2-devel libxslt-devel libuuid-devel
BuildRequires: python-devel bzip2-devel pam-devel
# Required for agent_config.h which specifies the correct scratch directory # Required for agent_config.h which specifies the correct scratch directory
BuildRequires: resource-agents BuildRequires: resource-agents