From 3ced2abcb73863ec12358aed441680bf5d5cddba Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 31 Dec 2020 19:38:33 +0100 Subject: [PATCH] python -> python3 in debian/control --- debian/control | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/debian/control b/debian/control index 6554ec62..24d42523 100644 --- a/debian/control +++ b/debian/control @@ -2,22 +2,22 @@ Source: moulinette Section: python Priority: optional Maintainer: YunoHost Contributors -Build-Depends: debhelper (>= 9), python (>= 2.7), dh-python, python-setuptools, python-psutil, python-all (>= 2.7) +Build-Depends: debhelper (>= 9), python3 (>= 3.7), dh-python, python3-setuptools, python3-psutil, python3-all (>= 3.7) Standards-Version: 3.9.6 -X-Python-Version: >= 2.7 +X-Python-Version: >= 3.7 Homepage: https://github.com/YunoHost/moulinette Package: moulinette Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, - python-ldap, - python-yaml, - python-bottle (>= 0.12), - python-gevent-websocket, - python-argcomplete, - python-toml, - python-psutil, - python-tz +Depends: ${misc:Depends}, ${python3:Depends}, + python3-ldap, + python3-yaml, + python3-bottle (>= 0.12), + python3-gevent-websocket, + python3-argcomplete, + python3-toml, + python3-psutil, + python3-tz Breaks: yunohost (<< 4.1) Description: prototype interfaces with ease in Python Quickly and easily prototype interfaces for your application.