From 9f8f71ca5d91d84d8817ae8c01e1678b163ffa2d Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Fri, 6 Nov 2020 21:58:22 +0100 Subject: Remove support for python2 in dev-python/* pkgs --- dev-python/pyhcl/pyhcl-0.4.4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-python/pyhcl/pyhcl-0.4.4.ebuild') diff --git a/dev-python/pyhcl/pyhcl-0.4.4.ebuild b/dev-python/pyhcl/pyhcl-0.4.4.ebuild index 1b46559..c96c456 100644 --- a/dev-python/pyhcl/pyhcl-0.4.4.ebuild +++ b/dev-python/pyhcl/pyhcl-0.4.4.ebuild @@ -2,8 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 - -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 @@ -17,7 +16,8 @@ KEYWORDS="~amd64" IUSE="test" RDEPEND="" -DEPEND="test? ( +BDEPEND="test? ( + ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] dev-python/coverage[${PYTHON_USEDEP}] )" -- cgit v1.2.3