dev-python/pysrt: sync live ebuild with 1.1.2
authorLouis Sautier <sbraz@gentoo.org>
Wed, 22 Jan 2020 11:56:37 +0000 (12:56 +0100)
committerLouis Sautier <sbraz@gentoo.org>
Wed, 22 Jan 2020 12:33:29 +0000 (13:33 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
dev-python/pysrt/pysrt-9999.ebuild

index dfea1772bb7ac152beae530e050b69bd7909c01c..766998ae2d3e0a203fa7a46067a7f3e275d6516e 100644 (file)
@@ -3,7 +3,8 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 
@@ -24,7 +25,6 @@ RESTRICT="!test? ( test )"
 
 RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]"
 DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
        test? (
                ${RDEPEND}
                dev-python/nose[${PYTHON_USEDEP}]