From d99093fb4bb5652015c06274d64083daa2439e4f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 3 Mar 2021 10:28:17 +0000 Subject: gentoo resync : 03.03.2021 --- net-misc/python-x2go/python-x2go-0.6.1.3.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'net-misc/python-x2go/python-x2go-0.6.1.3.ebuild') diff --git a/net-misc/python-x2go/python-x2go-0.6.1.3.ebuild b/net-misc/python-x2go/python-x2go-0.6.1.3.ebuild index 27dda838f0d4..0b9387f66df8 100644 --- a/net-misc/python-x2go/python-x2go-0.6.1.3.ebuild +++ b/net-misc/python-x2go/python-x2go-0.6.1.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 DESCRIPTION="X2Go client-side Python API" @@ -13,11 +13,10 @@ SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz" LICENSE="AGPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" # TODO: minimal USE flag in net-misc/nx, we only need nxproxy/nxcomp -DEPEND="dev-python/gevent[${PYTHON_USEDEP}] +RDEPEND=" + dev-python/gevent[${PYTHON_USEDEP}] dev-python/paramiko[${PYTHON_USEDEP}] dev-python/python-xlib[${PYTHON_USEDEP}] net-misc/nx" -RDEPEND="${DEPEND}" -- cgit v1.2.3