summaryrefslogtreecommitdiffstats
path: root/ipapython/setup.py
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-11-23 14:01:07 +0100
committerMartin Basti <mbasti@redhat.com>2016-11-29 14:50:51 +0100
commit528012fe8a8976961203021ef36353b7a4c3b8a8 (patch)
treec208c28b82e1d5a3e4e8fd5bf064664cb8b32075 /ipapython/setup.py
parent6e50fae9ec6dea35e12a65dbc46228a1e6276e07 (diff)
downloadfreeipa-528012fe8a8976961203021ef36353b7a4c3b8a8.tar.gz
freeipa-528012fe8a8976961203021ef36353b7a4c3b8a8.tar.xz
freeipa-528012fe8a8976961203021ef36353b7a4c3b8a8.zip
ipapython: remove hard dependency on ipaplatform
Use hard-coded paths to certutil, pk12util and openssl in certdb if ipaplatform is not available. Hard-coded the path to setpasswd in ipautil.run() doc string. Remove ipaplatform dependency from ipapython's setup.py and add ipapython dependency to ipaplatform's setup.py. https://fedorahosted.org/freeipa/ticket/6474 Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
Diffstat (limited to 'ipapython/setup.py')
-rwxr-xr-xipapython/setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipapython/setup.py b/ipapython/setup.py
index 1abe7b067..c413ffa6e 100755
--- a/ipapython/setup.py
+++ b/ipapython/setup.py
@@ -43,7 +43,6 @@ if __name__ == '__main__':
"dnspython",
"gssapi",
"jwcrypto",
- "ipaplatform",
# "ipalib", # circular dependency
"pyldap",
"netaddr",