diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-25 21:40:09 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-25 21:54:08 +0100 |
commit | 8413ab1a3c7654792014d63ce90d7b4d79aff773 (patch) | |
tree | 5f2c6174ca2733aa4d536024851e94d87775c3ac /net-analyzer/graphite-web | |
parent | dev-python/django-tables2: Remove Python 2 (diff) | |
download | gentoo-8413ab1a3c7654792014d63ce90d7b4d79aff773.tar.gz gentoo-8413ab1a3c7654792014d63ce90d7b4d79aff773.tar.bz2 gentoo-8413ab1a3c7654792014d63ce90d7b4d79aff773.zip |
net-analyzer/graphite-web: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer/graphite-web')
-rw-r--r-- | net-analyzer/graphite-web/graphite-web-1.1.3-r1.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/graphite-web/graphite-web-1.1.5.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/graphite-web/graphite-web-1.1.3-r1.ebuild b/net-analyzer/graphite-web/graphite-web-1.1.3-r1.ebuild index 15d71752cb7d..cd145d29ab6f 100644 --- a/net-analyzer/graphite-web/graphite-web-1.1.3-r1.ebuild +++ b/net-analyzer/graphite-web/graphite-web-1.1.3-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 prefix diff --git a/net-analyzer/graphite-web/graphite-web-1.1.5.ebuild b/net-analyzer/graphite-web/graphite-web-1.1.5.ebuild index 4b7b32088923..25a6afa9f356 100644 --- a/net-analyzer/graphite-web/graphite-web-1.1.5.ebuild +++ b/net-analyzer/graphite-web/graphite-web-1.1.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) # 3.7 dropped due to dep-hell +PYTHON_COMPAT=( python3_6 ) # 3.7 dropped due to dep-hell inherit distutils-r1 prefix |