diff options
author | Virgil Dupras <vdupras@gentoo.org> | 2019-01-28 19:47:20 -0500 |
---|---|---|
committer | Virgil Dupras <vdupras@gentoo.org> | 2019-01-28 19:47:20 -0500 |
commit | b0a84f6541d5bcd9efe0d62bde44874fdd97a49e (patch) | |
tree | e68f1be90409c4724ecb607f3be6693acaf7f588 /dev-python | |
parent | www-client/firefox: bump to v65.0 (diff) | |
download | gentoo-b0a84f6541d5bcd9efe0d62bde44874fdd97a49e.tar.gz gentoo-b0a84f6541d5bcd9efe0d62bde44874fdd97a49e.tar.bz2 gentoo-b0a84f6541d5bcd9efe0d62bde44874fdd97a49e.zip |
dev-python/setuptools: add missing test dep
Closes: https://bugs.gentoo.org/676638
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/setuptools/setuptools-40.6.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/setuptools/setuptools-40.6.3.ebuild b/dev-python/setuptools/setuptools-40.6.3.ebuild index cad68a78dc42..c993f577cd0d 100644 --- a/dev-python/setuptools/setuptools-40.6.3.ebuild +++ b/dev-python/setuptools/setuptools-40.6.3.ebuild @@ -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=" |