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:
Pavel Vomacka 2016-12-01 19:38:22 +01:00 committed by Martin Babinsky
parent 1e6a204b43
commit 7f301b00ce
2 changed files with 0 additions and 6 deletions

View File

@ -44,9 +44,6 @@ if __name__ == '__main__':
"python-nss",
"six",
],
setup_requires=[
"wheel",
],
extras_require={
"install": ["ipaplatform"],
},

View File

@ -68,9 +68,6 @@ if __name__ == '__main__':
# "python-SSSDConfig",
# "samba-python",
],
setup_requires=[
"wheel",
],
entry_points={
'custodia.authorizers': [
'IPAKEMKeys = ipaserver.secrets.kem:IPAKEMKeys',