2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 17:43:14 +00:00

Remove hard require of PyPAM

Since PAM support is not a mandatory feature,
do not make it required to install.
This commit is contained in:
Jarrod Johnson 2015-11-10 11:10:11 -05:00
parent 6770fe9342
commit e721f8836e

View File

@ -12,7 +12,7 @@ Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Prefix: %{_prefix}
BuildArch: noarch
Requires: pyghmi, eventlet, greenlet, pycrypto >= 2.6.1, confluent_client, PyPAM, pyparsing
Requires: pyghmi, eventlet, greenlet, pycrypto >= 2.6.1, confluent_client, pyparsing
Vendor: Jarrod Johnson <jjohnson2@lenovo.com>
Url: http://xcat.sf.net/