dev-python/setuptools: add missing test dep
authorVirgil Dupras <vdupras@gentoo.org>
Tue, 29 Jan 2019 00:47:20 +0000 (19:47 -0500)
committerVirgil Dupras <vdupras@gentoo.org>
Tue, 29 Jan 2019 00:47:20 +0000 (19:47 -0500)
Closes: https://bugs.gentoo.org/676638
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

dev-python/setuptools/setuptools-40.6.3.ebuild

index cad68a78dc4238f0f5231b60ca698edbb20c4acc..c993f577cd0df985b8f34fd0a4e0a8db832ba716 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -33,6 +33,7 @@ DEPEND="${RDEPEND}
                dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
                >=dev-python/backports-unittest-mock-1.2[${PYTHON_USEDEP}]
                dev-python/wheel[${PYTHON_USEDEP}]
+               virtual/python-futures[${PYTHON_USEDEP}]
        )
 "
 PDEPEND="