diff options
author | 2024-03-24 19:16:04 +0100 | |
---|---|---|
committer | 2024-03-24 19:17:42 +0100 | |
commit | 168f1ef3a300d1f0c6a01af3689f9ce8e85814f9 (patch) | |
tree | 7bef1c5f69e16c41d6fa35e622ecb6e624668d2d /dev-python/rope | |
parent | app-emacs/nxml-gentoo-schemas: Stabilize 20240208 ALLARCHES, #927730 (diff) | |
download | gentoo-168f1ef3a300d1f0c6a01af3689f9ce8e85814f9.tar.gz gentoo-168f1ef3a300d1f0c6a01af3689f9ce8e85814f9.tar.bz2 gentoo-168f1ef3a300d1f0c6a01af3689f9ce8e85814f9.zip |
dev-python/rope: Add a test dep on dev-python/pip
Closes: https://bugs.gentoo.org/927726
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rope')
-rw-r--r-- | dev-python/rope/rope-1.13.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/rope/rope-1.13.0.ebuild b/dev-python/rope/rope-1.13.0.ebuild index 83b0ee21cceb..aa7a89620473 100644 --- a/dev-python/rope/rope-1.13.0.ebuild +++ b/dev-python/rope/rope-1.13.0.ebuild @@ -25,6 +25,7 @@ RDEPEND=" BDEPEND=" test? ( dev-python/build[${PYTHON_USEDEP}] + dev-python/pip[${PYTHON_USEDEP}] dev-python/pytest-timeout[${PYTHON_USEDEP}] ) " |