From 4197770ae7e99581882989052e725d4496013887 Mon Sep 17 00:00:00 2001 From: Tobias Faller Date: Sun, 20 Jun 2021 14:43:31 +0200 Subject: [PATCH] Added missing glibc_libdl dependency --- src/minimal_overlay/bundles/python/bundle_deps | 1 + 1 file changed, 1 insertion(+) diff --git a/src/minimal_overlay/bundles/python/bundle_deps b/src/minimal_overlay/bundles/python/bundle_deps index 181d8c02b..fcfc4eb92 100644 --- a/src/minimal_overlay/bundles/python/bundle_deps +++ b/src/minimal_overlay/bundles/python/bundle_deps @@ -1,3 +1,4 @@ glibc_libpthread glibc_libutil +glibc_libdl libxcrypt