Add python-yubico to BuildRequires

python-yubico needs to be on a machine to be able to build FreeIPA.
Without it, even ./makeapi and ./makeaci fails.
This commit is contained in:
Martin Kosek 2014-06-27 10:16:41 +02:00
parent d9d5967f7e
commit 8568f66cff

View File

@ -80,6 +80,7 @@ BuildRequires: systemd
BuildRequires: libunistring-devel
BuildRequires: python-lesscpy
BuildRequires: python-cherrypy
BuildRequires: python-yubico
# Find out Kerberos middle version to infer ABI changes in DAL driver
# We cannot load DAL driver into KDC with wrong ABI.