dev-python/simplekv: add missing setuptools bdepend
authorAlexis Ballier <aballier@gentoo.org>
Mon, 18 Feb 2019 11:52:59 +0000 (12:52 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Mon, 18 Feb 2019 11:53:46 +0000 (12:53 +0100)
Package-Manager: Portage-2.3.61, Repoman-2.3.12
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
dev-python/simplekv/simplekv-0.11.11.ebuild

index cf286bf9d6cf72a25d7980277a407f679948bab7..08dc6b3d9e82c8d8934d9c03a08d5306a9a116ec 100644 (file)
@@ -17,3 +17,4 @@ IUSE=""
 
 DEPEND=""
 RDEPEND=""
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"