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
This commit is contained in:
ajs124 2022-02-22 03:53:44 +01:00
parent 04a1e43685
commit fd9c3674b9

View file

@ -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