From 21b5fb1e7f589b55382af515a819eb0b2e4eadc1 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 30 Jun 2020 21:26:19 +0200 Subject: [PATCH] dev-python/tekore: drop py3_6 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan --- dev-python/tekore/tekore-1.7.0.ebuild | 6 +----- dev-python/tekore/tekore-2.1.0.ebuild | 3 +-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/dev-python/tekore/tekore-1.7.0.ebuild b/dev-python/tekore/tekore-1.7.0.ebuild index 053b6d08ea..67deaf4eb8 100644 --- a/dev-python/tekore/tekore-1.7.0.ebuild +++ b/dev-python/tekore/tekore-1.7.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 @@ -16,15 +16,11 @@ LICENSE="MIT" KEYWORDS="~amd64 ~x86" SLOT="0" -# tests fail with py3_6: no module named run -RESTRICT="python_targets_python3_6? ( test )" - RDEPEND=" dev-python/requests[${PYTHON_USEDEP}] >=dev-python/httpx-0.11.1[${PYTHON_USEDEP}]