[X2Go-Commits] [x2goclient] 24/94: debian/control: Switch to python3-* dependencies.
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:06:24 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.6.1.0
in repository x2goclient.
commit eb844a1fcf4661c2c3f35df2d7c46f6e0dc22ee4
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Fri Sep 22 12:11:16 2017 +0200
debian/control: Switch to python3-* dependencies.
---
debian/control | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/debian/control b/debian/control
index 41989596..b4ee12c4 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,9 @@ Uploaders:
Build-Depends:
debhelper (>= 9),
man2html-base | man2html,
- python (>=2.6.5-0~),
- python-setuptools,
- python-support (>=0.90) | dh-python
+ python3 (>=2.6.5-0~),
+ python3-setuptools,
+ python3-support (>=0.90) | dh-python3
Standards-Version: 3.9.6
Homepage: http://code.x2go.org/releases/source/pyhoca-cli
Vcs-Git: git://code.x2go.org/pyhoca-cli.git
@@ -21,10 +21,10 @@ Package: pyhoca-cli
Architecture: all
Depends:
${misc:Depends},
- python,
- python-x2go (>=0.6.0.0-0~),
- python-argparse,
- python-setproctitle,
+ python3,
+ python3-x2go (>=0.6.0.0-0~),
+ python3-argparse,
+ python3-setproctitle,
Suggests:
mteleplayer-clientside,
Description: Command line X2Go client written in Python
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list