summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2019-02-18 12:52:59 +0100
committerAlexis Ballier <aballier@gentoo.org>2019-02-18 12:53:46 +0100
commit85a0a7124a32564656e9d73ddf79f29b3ae16e3b (patch)
tree430890690b0a7b59f5e5209a61f9cae7377ab0ef /dev-python
parentsys-kernel/git-sources: Linux patch 5.0-rc7 (diff)
downloadgentoo-85a0a7124a32564656e9d73ddf79f29b3ae16e3b.tar.gz
gentoo-85a0a7124a32564656e9d73ddf79f29b3ae16e3b.tar.bz2
gentoo-85a0a7124a32564656e9d73ddf79f29b3ae16e3b.zip
dev-python/simplekv: add missing setuptools bdepend
Package-Manager: Portage-2.3.61, Repoman-2.3.12 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/simplekv/simplekv-0.11.11.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/simplekv/simplekv-0.11.11.ebuild b/dev-python/simplekv/simplekv-0.11.11.ebuild
index cf286bf9d6cf..08dc6b3d9e82 100644
--- a/dev-python/simplekv/simplekv-0.11.11.ebuild
+++ b/dev-python/simplekv/simplekv-0.11.11.ebuild
@@ -17,3 +17,4 @@ IUSE=""
DEPEND=""
RDEPEND=""
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"