From 1ee576421e58424cd65764c42ff9ec08f50af940 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 13 Jun 2020 10:39:29 +0200 Subject: dev-python/pydot: Port to py3.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pydot/pydot-1.4.1.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'dev-python/pydot') diff --git a/dev-python/pydot/pydot-1.4.1.ebuild b/dev-python/pydot/pydot-1.4.1.ebuild index b740101098cc..224ae09f8d9f 100644 --- a/dev-python/pydot/pydot-1.4.1.ebuild +++ b/dev-python/pydot/pydot-1.4.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 @@ -20,9 +20,11 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/pyparsing-2.1.4[${PYTHON_USEDEP}] media-gfx/graphviz" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/chardet[${PYTHON_USEDEP}] )" +BDEPEND=" + test? ( + ${RDEPEND} + dev-python/chardet[${PYTHON_USEDEP}] + )" PATCHES=( "${FILESDIR}"/${P}-unittest.patch -- cgit v1.2.3-65-gdbad