commit:     1ee576421e58424cd65764c42ff9ec08f50af940
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 13 08:39:29 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 13 11:14:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee57642

dev-python/pydot: Port to py3.9

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pydot/pydot-1.4.1.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-python/pydot/pydot-1.4.1.ebuild 
b/dev-python/pydot/pydot-1.4.1.ebuild
index b740101098c..224ae09f8d9 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

Reply via email to