python3: fix ssl support by removing libressl patches
authorNick Hainke <vincent@systemli.org>
Tue, 20 Dec 2022 08:20:45 +0000 (09:20 +0100)
committerNick Hainke <vincent@systemli.org>
Wed, 21 Dec 2022 13:27:06 +0000 (14:27 +0100)
commit4ecd9d67e90651a8e93760bf0b5771f7057c74a8
tree2443e788f80ddfee66e7dde2d84a3d56e92f7e4d
parent735cba83ce3851e0a6fdf279a51683ed9bd00481
python3: fix ssl support by removing libressl patches

Remove libressl specific patches. With commit
("tools/libressl: update to 3.7.0") they are no longer needed,
rather they cause python3 to be compiled without working ssl-support.

Fixes: #20107
Suggested-by: Andre Heider <a.heider@gmail.com>
Signed-off-by: Nick Hainke <vincent@systemli.org>
lang/python/python3/Makefile
lang/python/python3/patches/026-openssl-feature-flags.patch [deleted file]
lang/python/python3/patches/028-host-python-support-ssl-with-libressl.patch [deleted file]