summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2021-03-15 23:59:08 +0700
committerAndrey Grozin <grozin@gentoo.org>2021-03-15 23:59:08 +0700
commitdf54c64c52be3a20c072266b4826d90f3f361eba (patch)
tree220299d718da447e557ccd4f7328ce9965ccc3d0 /dev-python/plumbum
parentdev-util/stripe-mock: amd64 stable wrt bug #776136 (diff)
downloadgentoo-df54c64c52be3a20c072266b4826d90f3f361eba.tar.gz
gentoo-df54c64c52be3a20c072266b4826d90f3f361eba.tar.bz2
gentoo-df54c64c52be3a20c072266b4826d90f3f361eba.zip
dev-python/plumbum: fix test? dependencies
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'dev-python/plumbum')
-rw-r--r--dev-python/plumbum/plumbum-1.7.0-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/plumbum/plumbum-1.7.0-r1.ebuild b/dev-python/plumbum/plumbum-1.7.0-r1.ebuild
index 98a802724ef7..da3985d2cb5b 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"