Merge pull request #161311 from helsinki-systems/pypy27_prebuilt_openssl

This commit is contained in:
Martin Weinelt 2022-03-15 02:51:08 +01:00 committed by GitHub
commit 519d8d2444
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

@ -282,9 +282,9 @@ in {
sourceVersion = { sourceVersion = {
major = "7"; major = "7";
minor = "3"; minor = "3";
patch = "6"; patch = "8";
}; };
sha256 = "sha256-ghJ/Q/rmznXUfWxFOfjB6jcunC2/pA+ui1g1HVInk6Q="; # linux64 sha256 = "0h493q0lhpz035afi4g09f4mz5a72vqx4sa7qcry5z4zagxq8bhz"; # linux64
pythonVersion = "2.7"; pythonVersion = "2.7";
inherit passthruFun; inherit passthruFun;
}; };

View file

@ -7,7 +7,6 @@
# Dependencies # Dependencies
, bzip2 , bzip2
, zlib , zlib
, openssl_1_0_2
, expat , expat
, ncurses6 , ncurses6
, tcl-8_5 , tcl-8_5
@ -50,7 +49,6 @@ let
deps = [ deps = [
bzip2 bzip2
zlib zlib
openssl_1_0_2
expat expat
ncurses6 ncurses6
tcl-8_5 tcl-8_5