Merge pull request #161311 from helsinki-systems/pypy27_prebuilt_openssl
This commit is contained in:
commit
519d8d2444
2 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue