mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Slim down dependencies
* Make jinja2 an optional dependency and csrgen an optional plugin * Make otptoken_yubikey an optional plugin 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
8983ce53e3
commit
bd5a5012d2
@@ -50,11 +50,9 @@ if __name__ == '__main__':
|
||||
],
|
||||
},
|
||||
install_requires=[
|
||||
"cffi",
|
||||
"cryptography",
|
||||
"ipalib",
|
||||
"ipapython",
|
||||
"jinja2",
|
||||
"qrcode",
|
||||
"six",
|
||||
],
|
||||
@@ -66,6 +64,7 @@ if __name__ == '__main__':
|
||||
extras_require={
|
||||
"install": ["ipaplatform"],
|
||||
"otptoken_yubikey": ["python-yubico", "pyusb"],
|
||||
"csrgen": ["cffi", "jinja2"],
|
||||
},
|
||||
zip_safe=False,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user