summaryrefslogtreecommitdiffstats
path: root/ipaclient
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-11-23 15:52:06 +0100
committerMartin Basti <mbasti@redhat.com>2016-11-29 14:50:51 +0100
commitd43b57d2ce8552ed4977dcc33667b4226fe3333b (patch)
tree6f752b484934634b5ec1c6d01317e5783364ebb6 /ipaclient
parent977050c66bccd7b8cf468c115d73250505a01034 (diff)
downloadfreeipa-d43b57d2ce8552ed4977dcc33667b4226fe3333b.tar.gz
freeipa-d43b57d2ce8552ed4977dcc33667b4226fe3333b.tar.xz
freeipa-d43b57d2ce8552ed4977dcc33667b4226fe3333b.zip
ipalib: remove hard dependency on ipapython
Hard-code the path to /bin/false in SubprocessError doc string. Remove ipaplatform dependency from ipalib's setup.py and add it as optional installer dependency to ipalib's and ipaclient's setup.py. https://fedorahosted.org/freeipa/ticket/6474 Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
Diffstat (limited to 'ipaclient')
-rw-r--r--ipaclient/setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipaclient/setup.py b/ipaclient/setup.py
index fc5609bc3..fb6ed0dc5 100644
--- a/ipaclient/setup.py
+++ b/ipaclient/setup.py
@@ -55,6 +55,7 @@ if __name__ == '__main__':
"wheel",
],
extra_requires={
+ "ipaclient.install": ["ipaplatform"],
"otptoken_yubikey": ["yubico", "usb"]
}
)