diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-09-02 10:16:14 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-09-02 10:16:14 +0200 |
commit | 46cb2d11c4e1bd9b541f8487c6142d80ef5be20f (patch) | |
tree | c449b162962435d89246e782100a0a1a22d1819f /units/bluetooth | |
parent | 52a866fe3f743a21b7ca919b547a47f6a4e3202e (diff) |
units:bluetooth: Remove the bluez package.version>= '5.37' requirements
Useless since 16.04 version is exactly 5.37
Diffstat (limited to 'units/bluetooth')
-rw-r--r-- | units/bluetooth/jobs.pxu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/units/bluetooth/jobs.pxu b/units/bluetooth/jobs.pxu index 358df5e..03e1e02 100644 --- a/units/bluetooth/jobs.pxu +++ b/units/bluetooth/jobs.pxu @@ -197,7 +197,7 @@ depends: bluetooth/detect-output imports: from com.canonical.plainbox import manifest requires: manifest.has_bt_smart == 'True' - package.name == 'bluez' and package.version >= '5.37' + package.name == 'bluez' estimated_duration: 30.0 command: bt_connect.py --mouse _purpose: @@ -216,7 +216,7 @@ depends: bluetooth/detect-output imports: from com.canonical.plainbox import manifest requires: manifest.has_bt_smart == 'True' - package.name == 'bluez' and package.version >= '5.37' + package.name == 'bluez' estimated_duration: 30.0 command: bt_connect.py --keyboard _purpose: |