summaryrefslogtreecommitdiffstats
path: root/freeipa.spec.in
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2014-06-27 10:16:41 +0200
committerMartin Kosek <mkosek@redhat.com>2014-06-27 10:18:23 +0200
commit8568f66cff157d9359c30e876e8586f0141e137f (patch)
tree8807a9352185f5681f9e9099ea71721c14d2c506 /freeipa.spec.in
parentd9d5967f7e1a11d77dee4bba00f10763b8ac2ec5 (diff)
downloadfreeipa-8568f66cff157d9359c30e876e8586f0141e137f.tar.gz
freeipa-8568f66cff157d9359c30e876e8586f0141e137f.tar.xz
freeipa-8568f66cff157d9359c30e876e8586f0141e137f.zip
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.
Diffstat (limited to 'freeipa.spec.in')
-rw-r--r--freeipa.spec.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in
index e56c33d70..088fdb6a9 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -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.