From 4bbdcc09c99ef1c9342314c1cdfc768a77d4cf1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 5 Feb 2020 06:30:05 +0100 Subject: [PATCH] dev-python/django-prometheus: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/django-prometheus/django-prometheus-1.0.15.ebuild | 2 +- dev-python/django-prometheus/django-prometheus-1.1.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/django-prometheus/django-prometheus-1.0.15.ebuild b/dev-python/django-prometheus/django-prometheus-1.0.15.ebuild index fe4f692618881..9475961ac431f 100644 --- a/dev-python/django-prometheus/django-prometheus-1.0.15.ebuild +++ b/dev-python/django-prometheus/django-prometheus-1.0.15.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="Library to export django metrics for prometheus" diff --git a/dev-python/django-prometheus/django-prometheus-1.1.0.ebuild b/dev-python/django-prometheus/django-prometheus-1.1.0.ebuild index abb290d08b4e4..7ad6293b28e24 100644 --- a/dev-python/django-prometheus/django-prometheus-1.1.0.ebuild +++ b/dev-python/django-prometheus/django-prometheus-1.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 DESCRIPTION="Library to export django metrics for prometheus"