summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen, Chih-Chia <pigfoot@gmail.com>2021-11-26 18:56:58 +0800
committerChen, Chih-Chia <pigfoot@gmail.com>2021-11-26 18:56:58 +0800
commit44ea4389a7a3b66fd78b0b24969e52cd217f8b23 (patch)
tree2dc1e9d381482a605c558095708cc1334de43299 /app-admin
parent[net-vpn/cloudflared] upgrade from upstream (diff)
downloadpigfoot-44ea4389a7a3b66fd78b0b24969e52cd217f8b23.tar.gz
pigfoot-44ea4389a7a3b66fd78b0b24969e52cd217f8b23.tar.bz2
pigfoot-44ea4389a7a3b66fd78b0b24969e52cd217f8b23.zip
[app-admin/google-compute-engine] FIX #824714
Signed-off-by: Chen, Chih-Chia <pigfoot@gmail.com>
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/google-compute-engine/google-compute-engine-20191210-r1.ebuild (renamed from app-admin/google-compute-engine/google-compute-engine-20191210.ebuild)8
1 files changed, 5 insertions, 3 deletions
diff --git a/app-admin/google-compute-engine/google-compute-engine-20191210.ebuild b/app-admin/google-compute-engine/google-compute-engine-20191210-r1.ebuild
index 46cbb1b..38caf97 100644
--- a/app-admin/google-compute-engine/google-compute-engine-20191210.ebuild
+++ b/app-admin/google-compute-engine/google-compute-engine-20191210-r1.ebuild
@@ -3,8 +3,8 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=bdepend
+PYTHON_COMPAT=( python3_{9..10} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 systemd
@@ -39,10 +39,12 @@ HOMEPAGE="https://github.com/GoogleCloudPlatform/compute-image-packages"
LICENSE="Apache-2.0"
SLOT="0/${PVR}"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RESTRICT="mirror"
+distutils_enable_tests pytest
+
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
dev-python/distro[${PYTHON_USEDEP}]"