From 42ef85b335b48bf55c98eabdb7513cc29f910500 Mon Sep 17 00:00:00 2001 From: Roman Mohr Date: Tue, 23 Nov 2021 14:15:54 +0100 Subject: [PATCH] Dependency resolution with a weighted SAT solver is implemented Signed-off-by: Roman Mohr --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4f53dad..a7d92f0 100644 --- a/README.md +++ b/README.md @@ -244,8 +244,6 @@ able to choose them and older packages may be pulled in instead. ##### Missing features - * Weighting packages (like prefer `libcurl-minimal` over `libcurl` if one of - their resources is requested) * Resolving `requires` entries which contain boolean logic like `(gcc if something)` ##### Deliberately not supported