dev-python/pathlib2: Add missed dependency
authorManuel Rüger <mrueg@gentoo.org>
Tue, 6 Jun 2017 22:04:36 +0000 (00:04 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Tue, 6 Jun 2017 22:05:01 +0000 (00:05 +0200)
Gentoo-Bug: #621080
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-python/pathlib2/pathlib2-2.1.0.ebuild

index 7326f0581ef9420d49a88e09a4b1a6b99aac0463..6505d7afac29939d390680e0e29add78e88c1661 100644 (file)
@@ -17,7 +17,8 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+       dev-python/setuptools[${PYTHON_USEDEP}]"
 
 python_test() {
        ${EPYTHON} test_pathlib2.py || die