From: Zac Medico Date: Wed, 12 Feb 2020 21:30:22 +0000 (-0800) Subject: dev-python/prometheus_client: PYTHON_COMPAT+=(python3_8) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=aa0b008d20508e58365842844cb86398f2b43bf6;p=gentoo.git dev-python/prometheus_client: PYTHON_COMPAT+=(python3_8) Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Zac Medico --- diff --git a/dev-python/prometheus_client/prometheus_client-0.7.1.ebuild b/dev-python/prometheus_client/prometheus_client-0.7.1.ebuild index 3feae7277a55..acdeb3934576 100644 --- a/dev-python/prometheus_client/prometheus_client-0.7.1.ebuild +++ b/dev-python/prometheus_client/prometheus_client-0.7.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit distutils-r1 DESCRIPTION="Python client for the Prometheus monitoring system"