commit: 0fe3208e767ca678e59eb905cf2361527725c354
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 15 07:18:13 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jul 15 08:06:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe3208e
app-text/pytextile: use D_U_S on 4.0.1
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-text/pytextile/pytextile-4.0.1.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/app-text/pytextile/pytextile-4.0.1.ebuild
b/app-text/pytextile/pytextile-4.0.1.ebuild
index a5e8b653f7f..8d0f154979a 100644
--- a/app-text/pytextile/pytextile-4.0.1.ebuild
+++ b/app-text/pytextile/pytextile-4.0.1.ebuild
@@ -3,9 +3,9 @@
EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
-DISTUTILS_USE_SETUPTOOLS=rdepend
MY_PN="python-textile"
MY_P="${MY_PN}-${PV}"
@@ -25,7 +25,6 @@ RDEPEND="
dev-python/regex[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
test? (
${RDEPEND}
dev-python/pytest[${PYTHON_USEDEP}]
@@ -44,7 +43,7 @@ src_prepare() {
local my_drop_tests=(
test_getimagesize.py
test_imagesize.py
- test_textile.py
+ test_textile.py
)
for test in ${my_drop_tests[@]};
do rm "tests/$test" || die