remove dependency for python 84/308484/2 devel master
authorwangbiao <biao716.wang@samsung.com>
Tue, 26 Mar 2024 08:56:53 +0000 (17:56 +0900)
committerwangbiao <biao716.wang@samsung.com>
Wed, 3 Apr 2024 01:12:53 +0000 (10:12 +0900)
if installing python, it will install python-is-python2, it will set python2 as default python interpeter.
Change-Id: I88d96c32b190884e3420128326c9fb91be0d1203
Signed-off-by: wangbiao <biao716.wang@samsung.com>
debian/control

index 3ac717c..5e1ddf2 100644 (file)
@@ -2,7 +2,7 @@ Source:  python-requests
 Section: devel
 Priority: extra
 Maintainer: Jian-feng Ding <jian-feng.ding@intel.com>
-Build-Depends: debhelper (>= 7.0.15), cdbs, python-dev|python2-dev, dh-python, python-docutils, python|python2, python-setuptools
+Build-Depends: debhelper (>= 7.0.15), cdbs, python2-dev, dh-python, python-docutils, python2, python-setuptools
 Standards-Version: 2.4.4
 Homepage: http://www.tizen.org
 
@@ -10,7 +10,7 @@ Package:  python-requests
 Architecture: all
 Depends:  ${python:Depends},
  rpm,
- python,
+ python2,
  cpio,
  bzip2,
  gzip