mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
Adjustments for setup requirements v2
Remove setup requirement on wheel since it triggers download. https://fedorahosted.org/freeipa/ticket/6468 Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
1e6a204b43
commit
7f301b00ce
@ -44,9 +44,6 @@ if __name__ == '__main__':
|
||||
"python-nss",
|
||||
"six",
|
||||
],
|
||||
setup_requires=[
|
||||
"wheel",
|
||||
],
|
||||
extras_require={
|
||||
"install": ["ipaplatform"],
|
||||
},
|
||||
|
@ -68,9 +68,6 @@ if __name__ == '__main__':
|
||||
# "python-SSSDConfig",
|
||||
# "samba-python",
|
||||
],
|
||||
setup_requires=[
|
||||
"wheel",
|
||||
],
|
||||
entry_points={
|
||||
'custodia.authorizers': [
|
||||
'IPAKEMKeys = ipaserver.secrets.kem:IPAKEMKeys',
|
||||
|
Loading…
Reference in New Issue
Block a user