Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/simplekv/
Date: Mon, 18 Feb 2019 11:54:00
Message-Id: 1550490826.85a0a7124a32564656e9d73ddf79f29b3ae16e3b.aballier@gentoo
1 commit: 85a0a7124a32564656e9d73ddf79f29b3ae16e3b
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 18 11:52:59 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 18 11:53:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a0a712
7
8 dev-python/simplekv: add missing setuptools bdepend
9
10 Package-Manager: Portage-2.3.61, Repoman-2.3.12
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-python/simplekv/simplekv-0.11.11.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-python/simplekv/simplekv-0.11.11.ebuild b/dev-python/simplekv/simplekv-0.11.11.ebuild
17 index cf286bf9d6c..08dc6b3d9e8 100644
18 --- a/dev-python/simplekv/simplekv-0.11.11.ebuild
19 +++ b/dev-python/simplekv/simplekv-0.11.11.ebuild
20 @@ -17,3 +17,4 @@ IUSE=""
21
22 DEPEND=""
23 RDEPEND=""
24 +BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"