port python2.x code to python3.x
[tools/itest-core.git] / debian / control
1 Source: itest-core
2 Section: devel
3 Priority: extra
4 Maintainer: Junchun Guan <junchunx.guan@intel.com>
5 Build-Depends: debhelper, python3, python3-setuptools, dh-python, python3-all
6 Standards-Version: 3.8.0
7 X-Python-Version: >= 3
8 Homepage: http://www.tizen.org
9
10 Package: itest-core
11 Architecture: all
12 Depends: ${misc:Depends}, ${python3:Depends},
13  python3-pexpect, python3-coverage, python3-jinja2, python3-unittest2, spm
14 Description: functional test framework for gbs and mic
15
16 Package: spm
17 Architecture: all
18 Depends: ${misc:Depends}, ${python3:Depends},
19  python3-jinja2, python3-yaml
20 Description: Smart package management tool on Linux
21  A wrapper of yum, apt-get, zypper command. Support Redhat, Debian, SuSE
22
23 Package: nosexcase
24 Architecture: all
25 Depends: ${misc:Depends}, ${python3:Depends},
26  itest-core, python3-nose
27 Description: A nose plugin that supports running test cases defined in XML format