summaryrefslogtreecommitdiffstats
path: root/ipaclient
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2016-11-30 10:19:18 +0100
committerMartin Basti <mbasti@redhat.com>2016-11-30 16:44:38 +0100
commit235f68524767c1eb2e12fb6d1d9f6a520414c583 (patch)
tree8b61dc2960ca5364168e640aab9d093aa8a46593 /ipaclient
parentdbb98765d73519289ee22f3de1a5ccde140f6f5d (diff)
downloadfreeipa-235f68524767c1eb2e12fb6d1d9f6a520414c583.tar.gz
freeipa-235f68524767c1eb2e12fb6d1d9f6a520414c583.tar.xz
freeipa-235f68524767c1eb2e12fb6d1d9f6a520414c583.zip
Wheel bundles fixes
* make wheel_bundle no longer bundles ipaplatform * ipaclient and ipalib use a consistent extra tag for the install subpackage. `pip install ipalib[ipalib.install]` looks a bit silly. https://fedorahosted.org/freeipa/ticket/6474 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
Diffstat (limited to 'ipaclient')
-rw-r--r--ipaclient/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaclient/setup.py b/ipaclient/setup.py
index 0183aaf31..c413fc551 100644
--- a/ipaclient/setup.py
+++ b/ipaclient/setup.py
@@ -54,7 +54,7 @@ if __name__ == '__main__':
"six",
],
extras_require={
- "ipaclient.install": ["ipaplatform"],
+ "install": ["ipaplatform"],
"otptoken_yubikey": ["yubico", "usb"]
}
)