diff options
author | biao716.wang <biao716.wang@samsung.com> | 2020-04-30 18:21:59 +0900 |
---|---|---|
committer | biao716.wang <biao716.wang@samsung.com> | 2020-04-30 18:22:04 +0900 |
commit | b0c799709be294d523db150e44b8961856c2148f (patch) | |
tree | c9149a481a737ec7e8365c6a9f4c673bacdac008 | |
parent | b09b3dea4431d675464175df97e1dfba6ded3923 (diff) | |
download | python-support-b0c799709be294d523db150e44b8961856c2148f.tar.gz python-support-b0c799709be294d523db150e44b8961856c2148f.tar.bz2 python-support-b0c799709be294d523db150e44b8961856c2148f.zip |
Fix build error with Ubuntu 20.04submit/trunk/20200615.140020submit/trunk/20200612.191020submit/trunk/20200612.185510submit/trunk/20200612.182210
There is only python2-minimal in Ubuntu 20.04
Change-Id: I486276c06e8c7c924ecf67e329368871c2c7c60f
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 9e1f36b..0be4f04 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Browser: http://anonscm.debian.org/viewvc/collab-maint/deb-maint/python-supp Package: python-support Architecture: all -Depends: python (>= 2.5), python-minimal, dpkg (>= 1.14.19), ${misc:Depends} +Depends: python (>= 2.5), python-minimal | python2-minimal, dpkg (>= 1.14.19), ${misc:Depends} Conflicts: debhelper (<< 5.0.38) Description: automated rebuilding support for Python modules This package contains the 'update-python-modules' script, which takes |