commit: df54c64c52be3a20c072266b4826d90f3f361eba Author: Andrey Grozin <grozin <AT> gentoo <DOT> org> AuthorDate: Mon Mar 15 16:59:08 2021 +0000 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org> CommitDate: Mon Mar 15 16:59:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df54c64c
dev-python/plumbum: fix test? dependencies Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org> dev-python/plumbum/plumbum-1.7.0-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/plumbum/plumbum-1.7.0-r1.ebuild b/dev-python/plumbum/plumbum-1.7.0-r1.ebuild index 98a802724ef..da3985d2cb5 100644 --- a/dev-python/plumbum/plumbum-1.7.0-r1.ebuild +++ b/dev-python/plumbum/plumbum-1.7.0-r1.ebuild @@ -9,7 +9,8 @@ DESCRIPTION="A library for shell script-like programs in python" HOMEPAGE="https://plumbum.readthedocs.io/en/latest/ https://github.com/tomerfiliba/plumbum" SRC_URI="https://files.pythonhosted.org/packages/ed/ba/431d7f420cd93c4b8ccb15ed8f1c6c76c81965634fd70345af0b19c2b7bc/${P}.tar.gz" BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/psutil[${PYTHON_USEDEP}] )" + test? ( dev-python/pytest[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] )" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86"
