mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-python/terminado: Add missing dev-python/pytest-timeout dep
Closes: https://bugs.gentoo.org/923238 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
parent
423331f99c
commit
949f8634c5
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@ -22,6 +22,11 @@ RDEPEND="
|
||||
dev-python/ptyprocess[${PYTHON_USEDEP}]
|
||||
dev-python/tornado[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest-timeout[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user