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>
This commit is contained in:
Christian Heimes
2016-11-30 10:19:18 +01:00
committed by Martin Basti
parent dbb98765d7
commit 235f685247
3 changed files with 4 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ if __name__ == '__main__':
"six",
],
extras_require={
"ipaclient.install": ["ipaplatform"],
"install": ["ipaplatform"],
"otptoken_yubikey": ["yubico", "usb"]
}
)