mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
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:
parent
dbb98765d7
commit
235f685247
@ -1,7 +1,7 @@
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
IPACLIENT_SUBDIRS = ipaclient ipalib ipaplatform ipapython
|
||||
SUBDIRS = asn1 util client contrib daemons init install $(IPACLIENT_SUBDIRS) ipaserver ipatests po
|
||||
IPACLIENT_SUBDIRS = ipaclient ipalib ipapython
|
||||
SUBDIRS = asn1 util client contrib daemons init install $(IPACLIENT_SUBDIRS) ipaplatform ipaserver ipatests po
|
||||
|
||||
MOSTLYCLEANFILES = ipasetup.pyc ipasetup.pyo \
|
||||
ignore_import_errors.pyc ignore_import_errors.pyo \
|
||||
|
@ -54,7 +54,7 @@ if __name__ == '__main__':
|
||||
"six",
|
||||
],
|
||||
extras_require={
|
||||
"ipaclient.install": ["ipaplatform"],
|
||||
"install": ["ipaplatform"],
|
||||
"otptoken_yubikey": ["yubico", "usb"]
|
||||
}
|
||||
)
|
||||
|
@ -48,6 +48,6 @@ if __name__ == '__main__':
|
||||
"wheel",
|
||||
],
|
||||
extras_require={
|
||||
"ipalib.install": ["ipaplatform"],
|
||||
"install": ["ipaplatform"],
|
||||
},
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user