diff options
author | Zac Medico <zmedico@gentoo.org> | 2020-02-12 13:30:22 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2020-02-12 13:30:51 -0800 |
commit | aa0b008d20508e58365842844cb86398f2b43bf6 (patch) | |
tree | feee70cb438f2e37b3574ca90ad7c90f947ceb97 /dev-python/prometheus_client | |
parent | kde-frameworks/kirigami: Properly sync size hints with state machine (diff) | |
download | gentoo-aa0b008d20508e58365842844cb86398f2b43bf6.tar.gz gentoo-aa0b008d20508e58365842844cb86398f2b43bf6.tar.bz2 gentoo-aa0b008d20508e58365842844cb86398f2b43bf6.zip |
dev-python/prometheus_client: PYTHON_COMPAT+=(python3_8)
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-python/prometheus_client')
-rw-r--r-- | dev-python/prometheus_client/prometheus_client-0.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |