commit: a4cb8d149e39c92425f5eb4e2cefc2f500e18616 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Mon Apr 19 08:52:52 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Mon Apr 19 08:52:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a4cb8d14
dev-python/pep517: add missing dep Closes: https://bugs.gentoo.org/784056 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> dev-python/pep517/pep517-0.9.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/pep517/pep517-0.9.1.ebuild b/dev-python/pep517/pep517-0.9.1.ebuild index bc53b8eea..52e8ff9cd 100644 --- a/dev-python/pep517/pep517-0.9.1.ebuild +++ b/dev-python/pep517/pep517-0.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -29,6 +29,7 @@ DEPEND=" ${RDEPEND} test? ( dev-python/mock[${PYTHON_USEDEP}] + dev-python/testpath[${PYTHON_USEDEP}] ) "
