From eb10bf821fe7a4f87f47952bae6be1c8fce14310 Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Wed, 29 Jan 2020 18:45:10 -0800 Subject: [PATCH] dev-python/cliff-2.18.0: Drop py38 for now Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Patrick McLean --- dev-python/cliff/cliff-2.18.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cliff/cliff-2.18.0.ebuild b/dev-python/cliff/cliff-2.18.0.ebuild index 6cd9718ae7b1a..6087508896d43 100644 --- a/dev-python/cliff/cliff-2.18.0.ebuild +++ b/dev-python/cliff/cliff-2.18.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7} ) DISTUTILS_USE_SETUPTOOLS=rdepend # entry_points is added via [entry_points] in setup.cfg _DISTUTILS_SETUPTOOLS_WARNED=1