dev-python/utidylib: Add missing setuptools dependency
authorThomas Deutschmann <whissi@gentoo.org>
Sat, 2 Dec 2017 15:00:39 +0000 (16:00 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Sat, 2 Dec 2017 15:00:39 +0000 (16:00 +0100)
Closes: https://bugs.gentoo.org/639138
Package-Manager: Portage-2.3.16, Repoman-2.3.6

dev-python/utidylib/utidylib-0.2-r2.ebuild
dev-python/utidylib/utidylib-0.3.ebuild

index 76d37d0e30b81118eb5a881e54c6f6b987a4177d..e71c0277816bcccd93a498bb7f193b07d8d46bac 100644 (file)
@@ -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}] )"
 
index 3551da313538c7e85ab9d7419d883293cec625c8..177e0d3644c27fe94bae06dfd2ff1632f564319d 100644 (file)
@@ -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}] )
 "