mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add install requirements to Python packages
https://fedorahosted.org/freeipa/ticket/6468 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
committed by
Martin Basti
parent
6ca96b3db0
commit
8346e1b067
@@ -38,4 +38,27 @@ if __name__ == '__main__':
|
||||
"ipapython.secrets",
|
||||
"ipapython.install"
|
||||
],
|
||||
install_requires=[
|
||||
"cffi",
|
||||
"custodia",
|
||||
"cryptography",
|
||||
"dnspython",
|
||||
"gssapi",
|
||||
"jwcrypto",
|
||||
"ipaplatform",
|
||||
# "ipalib", # circular dependency
|
||||
"pyldap",
|
||||
"lxml",
|
||||
"netaddr",
|
||||
"netifaces",
|
||||
"python-nss",
|
||||
"requests",
|
||||
"six",
|
||||
],
|
||||
setup_requires=[
|
||||
"wheel",
|
||||
],
|
||||
extras_require={
|
||||
":python_version<'3'": ["enum34"],
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user