pypy27_prebuilt: remove unneeded openssl_1_0_2 dependency

they ship their own openssl

as of this commit, that is actually openssl 1.1.1m, the same version we have in openssl_1_1
maybe the package should still be marked as vulnerable, because they ship their own openssl
main
ajs124 2 years ago
parent 04a1e43685
commit fd9c3674b9
  1. 2
      pkgs/development/interpreters/python/pypy/prebuilt_2_7.nix

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

Loading…
Cancel
Save