mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 04:20:27 +02:00
stamina: add missing dep
This commit is contained in:
parent
8c58b848d3
commit
8e18d0d056
1 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 2025 Gentoo Authors
|
||||
# Copyright 2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
|
@ -18,6 +18,8 @@ KEYWORDS="amd64 ~arm64 ~x86"
|
|||
RDEPEND="dev-python/tenacity[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
BDEPEND="
|
||||
dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}]
|
||||
"
|
||||
RESTRICT="test"
|
||||
#distutils_enable_tests pytest
|
||||
|
|
|
|||
Loading…
Reference in a new issue