mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-02 05:50:34 +03:00
Fix ykman dependency configuration in Debian package
This commit is contained in:
parent
2b5e205074
commit
38e92e69a7
4
debian/control
vendored
4
debian/control
vendored
@ -19,7 +19,7 @@ Build-Depends: debhelper (>= 9),
|
||||
qml-module-io-thp-pyotherside,
|
||||
qml-module-qt-labs-settings,
|
||||
libqt5svg5-dev,
|
||||
yubikey-manager (>= 0.6.0),
|
||||
yubikey-manager (>= 0.6.0-dev),
|
||||
yubikey-manager (< 0.7)
|
||||
Homepage: https://developers.yubico.com/yubioath-desktop/
|
||||
|
||||
@ -27,7 +27,7 @@ Package: yubioath-desktop
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
python3-yubikey-manager (>= 0.6.0),
|
||||
python3-yubikey-manager (>= 0.6.0-dev),
|
||||
python3-yubikey-manager (< 0.7),
|
||||
qml-module-io-thp-pyotherside,
|
||||
qml-module-qtquick-controls,
|
||||
|
Loading…
Reference in New Issue
Block a user