summaryrefslogtreecommitdiffstats
path: root/ipaclient
diff options
context:
space:
mode:
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"]
}
)