diff options
author | David Seifert <soap@gentoo.org> | 2019-12-28 17:15:45 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-28 17:15:45 +0100 |
commit | 986073f3f58e4deec575d4118206929f25f37ae4 (patch) | |
tree | f695b39176eb18dc536101eee54ca0f626177f0f /dev-python/rootpy | |
parent | dev-python/robotbackgroundlogger: Remove Py2 (diff) | |
download | gentoo-986073f3f58e4deec575d4118206929f25f37ae4.tar.gz gentoo-986073f3f58e4deec575d4118206929f25f37ae4.tar.bz2 gentoo-986073f3f58e4deec575d4118206929f25f37ae4.zip |
dev-python/rootpy: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/rootpy')
-rw-r--r-- | dev-python/rootpy/rootpy-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rootpy/rootpy-1.0.1.ebuild b/dev-python/rootpy/rootpy-1.0.1.ebuild index b4efcde380e3..6146c30b7abf 100644 --- a/dev-python/rootpy/rootpy-1.0.1.ebuild +++ b/dev-python/rootpy/rootpy-1.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="readline" DISTUTILS_SINGLE_IMPL=1 |