From 75743fed5e48a1cc0e95b5a41b172e27f96f03a3 Mon Sep 17 00:00:00 2001 From: Donghoon Shin Date: Mon, 20 Mar 2017 17:34:58 +0900 Subject: [PATCH] Add sdb dependency --- debian/changelog | 6 ++++++ debian/control | 1 + litmus/__init__.py | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d65f402..729e31f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +litmus (0.3.7) unstable; urgency=medium + + * add sdb dependency + + -- Donghoon Shin Mon, 20 Mar 2017 17:36:51 +0900 + litmus (0.3.6) unstable; urgency=medium * Remove unused script in template diff --git a/debian/control b/debian/control index 3522260..6616b7c 100644 --- a/debian/control +++ b/debian/control @@ -23,6 +23,7 @@ Depends: ${python3:Depends}, ${misc:Depends}, clewarecontrol (>= 4.1), smartpower (>= 0.1), heimdall-flash (>= 1.4.1-2), + sdb (>= 2.3.0), Description: Lightweight test manager for tizen automated testing Litmus is a tool for managing test projects and supporting APIs for automated testing. Supported API : turn on / off device, Run commands / push and pull files over sdb diff --git a/litmus/__init__.py b/litmus/__init__.py index 8feb215..b8d8825 100644 --- a/litmus/__init__.py +++ b/litmus/__init__.py @@ -14,7 +14,7 @@ # limitations under the License. import os -__version__ = '0.3.6' +__version__ = '0.3.7' _homedir_ = os.path.expanduser('~') _confdir_ = os.path.join(_homedir_, '.litmus') _duts_ = os.path.join(_confdir_, 'topology') -- 2.34.1