dev-ruby/json: tests depend on test-unit-ruby-core

Bug: https://bugs.gentoo.org/923479
Signed-off-by: Félix Poisot <felix@lhfblc.fr>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Félix Poisot 2024-03-04 18:52:18 +00:00 committed by Hans de Graaff
parent dc50b26820
commit dbd71af3c2
No known key found for this signature in database
GPG Key ID: DB347F938654FA34
1 changed files with 5 additions and 2 deletions

View File

@ -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
@ -29,7 +29,10 @@ DEPEND="${DEPEND}
ruby_add_bdepend "dev-ruby/rake
doc? ( dev-ruby/rdoc )
test? ( dev-ruby/test-unit:2 )"
test? (
dev-ruby/test-unit:2
dev-ruby/test-unit-ruby-core
)"
all_ruby_prepare() {
# Avoid building the extension twice!