diff options
| author | Christian Heimes <cheimes@redhat.com> | 2016-10-27 14:04:58 +0200 |
|---|---|---|
| committer | Martin Basti <mbasti@redhat.com> | 2016-11-16 22:58:39 +0100 |
| commit | 8346e1b067483d4d836627a267805bbe8d6e7efa (patch) | |
| tree | e4206cfe30c39cfcc7aebfa8937ea1620c623822 /ipaclient | |
| parent | 6ca96b3db03d4f3c5dbf465ca3d36bd563771c47 (diff) | |
| download | freeipa-8346e1b067483d4d836627a267805bbe8d6e7efa.tar.gz freeipa-8346e1b067483d4d836627a267805bbe8d6e7efa.tar.xz freeipa-8346e1b067483d4d836627a267805bbe8d6e7efa.zip | |
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>
Diffstat (limited to 'ipaclient')
| -rw-r--r-- | ipaclient/setup.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ipaclient/setup.py b/ipaclient/setup.py index 722d99dfb..fc5609bc3 100644 --- a/ipaclient/setup.py +++ b/ipaclient/setup.py @@ -43,4 +43,18 @@ if __name__ == '__main__': "ipaclient.remote_plugins.2_156", "ipaclient.remote_plugins.2_164", ], + install_requires=[ + "cryptography", + "ipalib", + "ipapython", + "python-nss", + "qrcode", + "six", + ], + setup_requires=[ + "wheel", + ], + extra_requires={ + "otptoken_yubikey": ["yubico", "usb"] + } ) |
