From: Michał Górny Date: Tue, 4 Feb 2020 13:02:06 +0000 (+0100) Subject: app-metrics/buildbot-prometheus: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=58d4eed8df605466da47e96f7b5cd1ed9c11b3c0;p=gentoo.git app-metrics/buildbot-prometheus: Remove py2 Signed-off-by: Michał Górny --- diff --git a/app-metrics/buildbot-prometheus/buildbot-prometheus-17.7.2-r2.ebuild b/app-metrics/buildbot-prometheus/buildbot-prometheus-17.7.2-r2.ebuild index e5db796569b8..739ad58b123e 100644 --- a/app-metrics/buildbot-prometheus/buildbot-prometheus-17.7.2-r2.ebuild +++ b/app-metrics/buildbot-prometheus/buildbot-prometheus-17.7.2-r2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="A Prometheus metrics exporter for Buildbot"