Add sdb dependency upstream/0.3.7
authorDonghoon Shin <dhs.shin@samsung.com>
Mon, 20 Mar 2017 08:34:58 +0000 (17:34 +0900)
committerDonghoon Shin <dhs.shin@samsung.com>
Mon, 20 Mar 2017 08:37:02 +0000 (17:37 +0900)
debian/changelog
debian/control
litmus/__init__.py

index d65f40234d5d0de05d59a1bc56b80ee992660bf2..729e31f74e490bbe64748c01784751556bf64e2e 100644 (file)
@@ -1,3 +1,9 @@
+litmus (0.3.7) unstable; urgency=medium
+
+  * add sdb dependency
+
+ -- Donghoon Shin <dhs.shine@gmail.com>  Mon, 20 Mar 2017 17:36:51 +0900
+
 litmus (0.3.6) unstable; urgency=medium
 
   * Remove unused script in template
index 3522260a66ab055e70caa149c97aa4602c7e10b9..6616b7c88ad35fa967a33d6cb07c60ef72f47d18 100644 (file)
@@ -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
index 8feb2150893be65bdd0279a1cdaba2726a947b7b..b8d88256020ed3449875e100d03d5edbf56797a2 100644 (file)
@@ -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')