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
@@ -39,4 +39,14 @@ if __name__ == '__main__':
|
||||
"ipaplatform.redhat",
|
||||
"ipaplatform.rhel"
|
||||
],
|
||||
install_requires=[
|
||||
"cffi",
|
||||
# "ipalib", # circular dependency
|
||||
"pyasn1",
|
||||
"python-nss",
|
||||
"six",
|
||||
],
|
||||
setup_requires=[
|
||||
"wheel",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user