mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
zero-system: add pytest and mock to avoid circular deps
This commit is contained in:
parent
8cb4eb4cdd
commit
b1122aa196
1 changed files with 11 additions and 9 deletions
|
|
@ -15,23 +15,25 @@ S="${WORKDIR}"
|
|||
RDEPEND="
|
||||
dev? (
|
||||
app-crypt/glep63-check
|
||||
app-portage/iwdevtools
|
||||
dev-util/libabigail
|
||||
sys-kernel/gentoo-sources
|
||||
app-doc/eclass-manpages
|
||||
app-doc/pms
|
||||
app-portage/iwdevtools
|
||||
app-shells/dash
|
||||
app-shells/mksh
|
||||
dev-python/mock
|
||||
dev-python/pytest
|
||||
dev-ruby/blinkstick
|
||||
dev-ruby/bundler-audit
|
||||
dev-ruby/irb
|
||||
dev-ruby/pry
|
||||
dev-util/checkbashisms
|
||||
dev-util/libabigail
|
||||
dev-util/meld
|
||||
dev-util/pkgdev
|
||||
dev-util/shellcheck
|
||||
dev-vcs/mercurial
|
||||
dev-vcs/cvs
|
||||
dev-ruby/irb
|
||||
dev-ruby/blinkstick
|
||||
dev-ruby/pry
|
||||
app-doc/eclass-manpages
|
||||
dev-util/meld
|
||||
dev-ruby/bundler-audit
|
||||
sys-kernel/gentoo-sources
|
||||
)
|
||||
naga? (
|
||||
app-misc/jq
|
||||
Loading…
Reference in a new issue