From de8d7bdf407efbf0afeb9efe60aaf09516fa5bf7 Mon Sep 17 00:00:00 2001 From: Dain Nilsson Date: Fri, 13 Apr 2018 13:16:52 +0200 Subject: [PATCH] Set libu2f-udev as Recommends in debian. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 71a5046..c9652d9 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,7 @@ Depends: ${misc:Depends}, python-cryptography, python-setuptools, python-six, - libu2f-udev, +Recommends: libu2f-udev, Description: Python library for implementing FIDO 2.0 A Python library for communicating with a FIDO device over USB HID as well as verifying attestation and assertion signatures. @@ -43,7 +43,7 @@ Depends: ${misc:Depends}, python3-cryptography, python3-setuptools, python3-six, - libu2f-udev, +Recommends: libu2f-udev, Description: Python library for implementing FIDO 2.0 A Python library for communicating with a FIDO device over USB HID as well as verifying attestation and assertion signatures.