Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/texttable/
Date: Wed, 08 Jan 2020 12:54:39
Message-Id: 1578487926.495e51a4c791a7e643555fd93895a04f5f0bde5f.juippis@gentoo
1 commit: 495e51a4c791a7e643555fd93895a04f5f0bde5f
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 8 12:42:37 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 8 12:52:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=495e51a4
7
8 dev-python/texttable: use DISTUTILS_USE_SETUPTOOLS
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 dev-python/texttable/texttable-1.6.2.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/dev-python/texttable/texttable-1.6.2.ebuild b/dev-python/texttable/texttable-1.6.2.ebuild
16 index 1665f11d1fb..d64686e2e5f 100644
17 --- a/dev-python/texttable/texttable-1.6.2.ebuild
18 +++ b/dev-python/texttable/texttable-1.6.2.ebuild
19 @@ -19,7 +19,6 @@ IUSE="cjk test"
20 RESTRICT="!test? ( test )"
21
22 DEPEND="
23 - dev-python/setuptools[${PYTHON_USEDEP}]
24 test? (
25 dev-python/pytest[${PYTHON_USEDEP}]
26 dev-python/wcwidth[${PYTHON_USEDEP}]