mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add an option to build ipaserver wheels
To create a wheel bundle with ipaserver and its dependencies:
make wheel_bundle IPA_SERVER_WHEELS=1
To include additional dependencies:
make wheel_bundle IPA_EXTRA_WHEELS=ipatests[webui]
Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Martin Basti <mbasti@redhat.com>
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
This commit is contained in:
committed by
Martin Basti
parent
7c9df35d3d
commit
ae1c2086db
@@ -71,7 +71,6 @@ if __name__ == '__main__':
|
||||
},
|
||||
extras_require={
|
||||
# These packages are currently not available on PyPI.
|
||||
"caacl": ["pyhbac"],
|
||||
"dcerpc": ["samba", "pysss", "pysss_nss_idmap"],
|
||||
"hbactest": ["pyhbac"],
|
||||
"install": ["SSSDConfig"],
|
||||
|
||||
Reference in New Issue
Block a user