From 85617168e50d52fbcb62807dc7cde5042baefee4 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Fri, 8 Dec 2023 03:33:56 +0100 Subject: [PATCH] dependencies: debian: remove lib32tinfo-dev. In PureOS 10 (byzantium) there is no lib32tinfo-dev package anymore, so running the debian dependency script fails with: Package not found: lib32tinfo-dev Command failed: This tool could not find any available package: No packages were found Signed-off-by: Denis 'GNUtoo' Carikli Acked-by: Adrien 'neox' Bourmault --- resources/dependencies/debian | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/dependencies/debian b/resources/dependencies/debian index 544fbb3..ce3b3c8 100755 --- a/resources/dependencies/debian +++ b/resources/dependencies/debian @@ -65,8 +65,6 @@ arch=${?} if [ "${arch}" -eq 0 ]; then pkcon -y --allow-reinstall install gcc-multilib libc6-i386 libc6-dev-i386 pkcon -y --allow-reinstall install lib32stdc++6 g++-multilib dh-autoreconf - # recommended, but not sure what for: - pkcon -y --allow-reinstall install lib32tinfo-dev fi # Memtest86+ build dependencies