diff options
-rw-r--r-- | dev-python/prometheus_client/prometheus_client-0.6.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/prometheus_client/prometheus_client-0.7.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/prometheus_client/prometheus_client-0.6.0.ebuild b/dev-python/prometheus_client/prometheus_client-0.6.0.ebuild index dc6591f642fe..011f982f00f3 100644 --- a/dev-python/prometheus_client/prometheus_client-0.6.0.ebuild +++ b/dev-python/prometheus_client/prometheus_client-0.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 DESCRIPTION="Python client for the Prometheus monitoring system" 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 6e9469df6023..3feae7277a55 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{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 DESCRIPTION="Python client for the Prometheus monitoring system" |