summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2017-12-02 16:00:39 +0100
committerThomas Deutschmann <whissi@gentoo.org>2017-12-02 16:00:39 +0100
commit9ee17c57e53f6afa97ea7436f79dbb5e2e3864e0 (patch)
tree2a072111ac2835629a7074ed035386c3e76cee15 /dev-python/utidylib
parentwww-client/chromium: depend on <dev-libs/icu-60 for M62 and M63 (diff)
downloadgentoo-9ee17c57e53f6afa97ea7436f79dbb5e2e3864e0.tar.gz
gentoo-9ee17c57e53f6afa97ea7436f79dbb5e2e3864e0.tar.bz2
gentoo-9ee17c57e53f6afa97ea7436f79dbb5e2e3864e0.zip
dev-python/utidylib: Add missing setuptools dependency
Closes: https://bugs.gentoo.org/639138 Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'dev-python/utidylib')
-rw-r--r--dev-python/utidylib/utidylib-0.2-r2.ebuild3
-rw-r--r--dev-python/utidylib/utidylib-0.3.ebuild1
2 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/utidylib/utidylib-0.2-r2.ebuild b/dev-python/utidylib/utidylib-0.2-r2.ebuild
index 76d37d0e30b8..e71c0277816b 100644
--- a/dev-python/utidylib/utidylib-0.2-r2.ebuild
+++ b/dev-python/utidylib/utidylib-0.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -22,6 +22,7 @@ IUSE="doc test"
RDEPEND="app-text/htmltidy"
DEPEND="${RDEPEND}
app-arch/unzip
+ dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/epydoc[${PYTHON_USEDEP}] )
test? ( dev-python/twisted-core[${PYTHON_USEDEP}] )"
diff --git a/dev-python/utidylib/utidylib-0.3.ebuild b/dev-python/utidylib/utidylib-0.3.ebuild
index 3551da313538..177e0d3644c2 100644
--- a/dev-python/utidylib/utidylib-0.3.ebuild
+++ b/dev-python/utidylib/utidylib-0.3.ebuild
@@ -23,6 +23,7 @@ RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
"