From c19942069bb4e384ed142f943e5d2a40514c8b55 Mon Sep 17 00:00:00 2001 From: Tobias Faller Date: Sun, 20 Jun 2021 14:25:02 +0200 Subject: [PATCH 1/2] Added libxcrypt dependency to python overlay --- 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 a150aae5e..181d8c02b 100644 --- a/src/minimal_overlay/bundles/python/bundle_deps +++ b/src/minimal_overlay/bundles/python/bundle_deps @@ -1,2 +1,3 @@ glibc_libpthread glibc_libutil +libxcrypt From 4197770ae7e99581882989052e725d4496013887 Mon Sep 17 00:00:00 2001 From: Tobias Faller Date: Sun, 20 Jun 2021 14:43:31 +0200 Subject: [PATCH 2/2] 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