mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 08:41:55 -06:00
py3: Fix searching for yubikeys
Bumping the requirements for the python-yubikey package. This is unfortunately most probably fixed only in Fedora because there was no upstream release for about a year and a half now. That also means bumping the version in ipasetup.py.in would be pointless. https://pagure.io/freeipa/issue/7121 Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
This commit is contained in:
parent
b1e1109679
commit
0be9a17211
@ -730,7 +730,8 @@ Requires: python3-qrcode-core >= 5.0.0
|
||||
Requires: python3-pyasn1
|
||||
Requires: python3-pyasn1-modules
|
||||
Requires: python3-dateutil
|
||||
Requires: python3-yubico >= 1.2.3
|
||||
# fixes searching for yubikeys in python3
|
||||
Requires: python3-yubico >= 1.3.2-7
|
||||
Requires: python3-sss-murmur
|
||||
Requires: python3-dbus
|
||||
Requires: python3-setuptools
|
||||
|
Loading…
Reference in New Issue
Block a user