Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/utidylib/
Date: Sat, 02 Dec 2017 15:01:05
Message-Id: 1512226839.9ee17c57e53f6afa97ea7436f79dbb5e2e3864e0.whissi@gentoo
1 commit: 9ee17c57e53f6afa97ea7436f79dbb5e2e3864e0
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 2 15:00:39 2017 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 2 15:00:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee17c57
7
8 dev-python/utidylib: Add missing setuptools dependency
9
10 Closes: https://bugs.gentoo.org/639138
11 Package-Manager: Portage-2.3.16, Repoman-2.3.6
12
13 dev-python/utidylib/utidylib-0.2-r2.ebuild | 3 ++-
14 dev-python/utidylib/utidylib-0.3.ebuild | 1 +
15 2 files changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-python/utidylib/utidylib-0.2-r2.ebuild b/dev-python/utidylib/utidylib-0.2-r2.ebuild
18 index 76d37d0e30b..e71c0277816 100644
19 --- a/dev-python/utidylib/utidylib-0.2-r2.ebuild
20 +++ b/dev-python/utidylib/utidylib-0.2-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -22,6 +22,7 @@ IUSE="doc test"
28 RDEPEND="app-text/htmltidy"
29 DEPEND="${RDEPEND}
30 app-arch/unzip
31 + dev-python/setuptools[${PYTHON_USEDEP}]
32 doc? ( dev-python/epydoc[${PYTHON_USEDEP}] )
33 test? ( dev-python/twisted-core[${PYTHON_USEDEP}] )"
34
35
36 diff --git a/dev-python/utidylib/utidylib-0.3.ebuild b/dev-python/utidylib/utidylib-0.3.ebuild
37 index 3551da31353..177e0d3644c 100644
38 --- a/dev-python/utidylib/utidylib-0.3.ebuild
39 +++ b/dev-python/utidylib/utidylib-0.3.ebuild
40 @@ -23,6 +23,7 @@ RDEPEND="
41 dev-python/six[${PYTHON_USEDEP}]
42 "
43 DEPEND="${RDEPEND}
44 + dev-python/setuptools[${PYTHON_USEDEP}]
45 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
46 test? ( dev-python/pytest[${PYTHON_USEDEP}] )
47 "