summaryrefslogtreecommitdiffstats
path: root/ipasetup.py.in
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2016-11-17 16:43:17 +0100
committerMartin Babinsky <mbabinsk@redhat.com>2016-11-30 13:32:30 +0100
commited9645b2ac58fd4664810f05970ea258c7948420 (patch)
tree9b336c673e66be9f442e5d1336d3fc09e7df75dc /ipasetup.py.in
parent38cc40ddb5bf965801500bb4f66fd965b12e3c88 (diff)
downloadfreeipa-ed9645b2ac58fd4664810f05970ea258c7948420.tar.gz
freeipa-ed9645b2ac58fd4664810f05970ea258c7948420.tar.xz
freeipa-ed9645b2ac58fd4664810f05970ea258c7948420.zip
Adjustments for setup requirements
* Fix some typos, missing or surplus dependencies. * Remove setup requirement on wheel since it triggers download. ipatests is now installable. Tests need further changes to be runable. https://fedorahosted.org/freeipa/ticket/6468 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Martin Babinsky <mbabinsk@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipasetup.py.in')
-rw-r--r--ipasetup.py.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipasetup.py.in b/ipasetup.py.in
index 1db485730..0d1113577 100644
--- a/ipasetup.py.in
+++ b/ipasetup.py.in
@@ -62,10 +62,10 @@ PACKAGE_VERSION = {
'ipaserver': 'ipaserver == @VERSION@',
'kdcproxy': 'kdcproxy >= 0.3',
'netifaces': 'netifaces >= 0.10.4',
- 'python-nss': 'python-nss >= 0.16',
'pyldap': 'pyldap >= 2.4.15',
+ 'python-nss': 'python-nss >= 0.16',
+ 'python-yubico': 'python-yubico >= 1.2.3',
'qrcode': 'qrcode >= 5.0',
- # 'yubico': 'yubico >= 1.2.3',
}