summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2017-12-02 10:38:44 -0500
committerMike Gilbert <floppym@gentoo.org>2017-12-02 10:38:44 -0500
commitdf59470b1db4002e04bcf2f347a5b8c74b733a0e (patch)
tree19b5cf79b1572bf7328444c574201ffb50d0eef5 /dev-python/kitchen
parentdev-python/pylast: remove old (diff)
downloadgentoo-df59470b1db4002e04bcf2f347a5b8c74b733a0e.tar.gz
gentoo-df59470b1db4002e04bcf2f347a5b8c74b733a0e.tar.bz2
gentoo-df59470b1db4002e04bcf2f347a5b8c74b733a0e.zip
dev-python/kitchen: depend on setuptools
Closes: https://bugs.gentoo.org/639442 Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7
Diffstat (limited to 'dev-python/kitchen')
-rw-r--r--dev-python/kitchen/Manifest2
-rw-r--r--dev-python/kitchen/kitchen-1.2.4.ebuild4
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/kitchen/Manifest b/dev-python/kitchen/Manifest
index f11e89dbb2b8..f5bdbda63d59 100644
--- a/dev-python/kitchen/Manifest
+++ b/dev-python/kitchen/Manifest
@@ -1 +1 @@
-DIST kitchen-1.2.4.tar.gz 187149 SHA256 38f73d844532dba7b8cce170e6eb032fc07d0d04a07670e1af754bd4c91dfb3d SHA512 790f7eaa16820d3b12f740d2ac7c9d849d40eea91527b7fc011270bd46af5038e987cc1b170c75c2175dc627f99a52bde52b9f276db8dac5d9d7df59ef9a505d WHIRLPOOL d9864ac07bb391df82049ffcd98f82a2013f6f28056ab19a7d17c59c8c345b64a0090eeac197313930391547f12412a68d1c794690798b4c434a840c5fb685a0
+DIST kitchen-1.2.4.tar.gz 187149 BLAKE2B 5ea3fa593ee22680998cf9ea08b66faacc2f7e20d70ec5823a6c29d8358991e98fe79cd4bd761b04b895dd1d87b1a21e2dc31ef33c0c47a05973ea4e9b884d7d SHA512 790f7eaa16820d3b12f740d2ac7c9d849d40eea91527b7fc011270bd46af5038e987cc1b170c75c2175dc627f99a52bde52b9f276db8dac5d9d7df59ef9a505d
diff --git a/dev-python/kitchen/kitchen-1.2.4.ebuild b/dev-python/kitchen/kitchen-1.2.4.ebuild
index 6d8e86f8775f..8420a55ca661 100644
--- a/dev-python/kitchen/kitchen-1.2.4.ebuild
+++ b/dev-python/kitchen/kitchen-1.2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,3 +14,5 @@ LICENSE="LGPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"