summaryrefslogtreecommitdiff
path: root/dev-python/django-prometheus/django-prometheus-1.1.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 06:30:05 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 06:50:10 +0100
commit4bbdcc09c99ef1c9342314c1cdfc768a77d4cf1c (patch)
tree614881aad4f9b4ef7c3ce0b2113b44e86372c28b /dev-python/django-prometheus/django-prometheus-1.1.0.ebuild
parent1ff0c6581b95717531baced806161c5925b7ffcb (diff)
downloadgentoo-4bbdcc09c99ef1c9342314c1cdfc768a77d4cf1c.tar.gz
gentoo-4bbdcc09c99ef1c9342314c1cdfc768a77d4cf1c.tar.bz2
gentoo-4bbdcc09c99ef1c9342314c1cdfc768a77d4cf1c.zip
dev-python/django-prometheus: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-prometheus/django-prometheus-1.1.0.ebuild')
-rw-r--r--dev-python/django-prometheus/django-prometheus-1.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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 abb290d08b4e..7ad6293b28e2 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"