From 3a0129b9d496e89f74cd5eef23db8a05d19bb09d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 3 Jul 2024 17:55:36 +0300 Subject: Ignore dependent-imposed dependency constraints not satisfied with user-specified constraints and add them to unsatisfied dependents list --- tests/pkg-system.testscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/pkg-system.testscript') diff --git a/tests/pkg-system.testscript b/tests/pkg-system.testscript index 11ed1cc..c2e9c12 100644 --- a/tests/pkg-system.testscript +++ b/tests/pkg-system.testscript @@ -857,10 +857,10 @@ rep_remove += -d cfg 2>! $pkg_build foo '?sys:libbar/1' 2>>EOE != 0; error: unable to satisfy constraints on package libbar - info: foo depends on (libbar >= 2) + info: foo/2 depends on (libbar >= 2) info: command line depends on (libbar == 1) - info: specify libbar version to satisfy foo constraint - info: while satisfying foo/2 + info: while satisfying foo/2 + info: explicitly specify libbar version to manually satisfy both constraints EOE $pkg_status foo >'foo available 2'; -- cgit v1.1