mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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>
This commit is contained in:
committed by
Martin Basti
parent
977050c66b
commit
d43b57d2ce
@@ -55,6 +55,7 @@ if __name__ == '__main__':
|
||||
"wheel",
|
||||
],
|
||||
extra_requires={
|
||||
"ipaclient.install": ["ipaplatform"],
|
||||
"otptoken_yubikey": ["yubico", "usb"]
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user