Change-Id: Id634c2657ae201b0852abd616bb3e945bebd0ffa
Signed-off-by: wanchao-xu <wanchao.xu@samsung.com>
Section: devel
Priority: extra
Maintainer: Junchun Guan <junchunx.guan@intel.com>
-Build-Depends: debhelper, python (>= 2.6), python-setuptools
+Build-Depends: debhelper, python2 | python, python-setuptools
Standards-Version: 3.8.0
X-Python-Version: >= 2.6
Homepage: http://www.tizen.org
dh $@
override_dh_auto_install:
- python setup.py install --root=debian/tmp --prefix=/usr
+ python2 setup.py install --root=debian/tmp --prefix=/usr
override_dh_auto_test:
@echo 'Skipping autotests'
-#!/usr/bin/env python
+#!/usr/bin/env python2
from setuptools import setup
from itest import __version__