resholve: remove openssl from python27

This commit is contained in:
Thiago Kenji Okada 2023-01-10 18:06:09 +00:00
parent 0b809b4b40
commit e13660c50c

View file

@ -16,6 +16,7 @@ let
self = python27';
pkgsBuildHost = pkgsBuildHost // { python27 = python27'; };
# strip down that python version as much as possible
openssl = null;
bzip2 = null;
readline = null;
ncurses = null;