From 5592a013798b260ace40ec0e7e28577e02468ec0 Mon Sep 17 00:00:00 2001 From: wangbiao Date: Tue, 26 Mar 2024 17:56:53 +0900 Subject: [PATCH] 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 --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4