From: wangbiao Date: Tue, 26 Mar 2024 08:56:53 +0000 (+0900) Subject: remove dependency for python X-Git-Tag: accepted/tools/devbase/tools/legacy/20250527.042543^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5592a013798b260ace40ec0e7e28577e02468ec0;p=services%2Fpython-requests.git remove dependency for python if installing python, it will install python-is-python2, it will set python2 as default python interpeter. Change-Id: I88d96c32b190884e3420128326c9fb91be0d1203 Signed-off-by: wangbiao --- diff --git a/debian/control b/debian/control index 3ac717c..5e1ddf2 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: python-requests Section: devel Priority: extra Maintainer: Jian-feng Ding -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