Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/configparser/
Date: Mon, 27 Jun 2016 00:31:22
Message-Id: 1466987465.d995beac3585e6b219999b3d68b1a7e4c59e9b51.floppym@gentoo
1 commit: d995beac3585e6b219999b3d68b1a7e4c59e9b51
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 27 00:29:36 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 27 00:31:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d995beac
7
8 dev-python/configparser: depend on setuptools
9
10 Package-Manager: portage-portage_p2.3.0
11
12 dev-python/configparser/configparser-3.3.0.2.ebuild | 4 +++-
13 dev-python/configparser/configparser-3.5.0.ebuild | 2 ++
14 2 files changed, 5 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/configparser/configparser-3.3.0.2.ebuild b/dev-python/configparser/configparser-3.3.0.2.ebuild
17 index 239155e..8ad0a77 100644
18 --- a/dev-python/configparser/configparser-3.3.0.2.ebuild
19 +++ b/dev-python/configparser/configparser-3.3.0.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -16,4 +16,6 @@ SLOT="0"
27 KEYWORDS="amd64 x86"
28 IUSE=""
29
30 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
31 +
32 S=${WORKDIR}/${PN}-${MY_PV}
33
34 diff --git a/dev-python/configparser/configparser-3.5.0.ebuild b/dev-python/configparser/configparser-3.5.0.ebuild
35 index 454d51a..2aaa9ef 100644
36 --- a/dev-python/configparser/configparser-3.5.0.ebuild
37 +++ b/dev-python/configparser/configparser-3.5.0.ebuild
38 @@ -14,3 +14,5 @@ LICENSE="MIT"
39 SLOT="0"
40 KEYWORDS="~amd64 ~x86"
41 IUSE=""
42 +
43 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"