python3Packages.pyopenssl: use the locale specification from buildPythonPackage

This commit is contained in:
Yueh-Shun Li
2025-03-08 00:30:07 +08:00
parent 13475c2ed6
commit efccb4a888
@@ -51,10 +51,6 @@ buildPythonPackage rec {
__darwinAllowLocalNetworking = true;
preCheck = ''
export LANG="en_US.UTF-8"
'';
disabledTests =
[
# https://github.com/pyca/pyopenssl/issues/692