From a4cb8d149e39c92425f5eb4e2cefc2f500e18616 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 19 Apr 2021 10:52:52 +0200 Subject: [PATCH] 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 --- 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 bc53b8eeaf..52e8ff9cd7 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}] ) "