Merge pull request #165404 from SuperSandro2000/pyopenssl

This commit is contained in:
Sandro 2022-03-26 15:08:52 +01:00 committed by GitHub
commit a2919ec3f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,9 @@
, fetchPypi
, openssl
, cryptography
, pyasn1
, idna
, pytestCheckHook
, pretend
, flaky
, glibcLocales
, six
}:
buildPythonPackage rec {
@ -30,9 +26,9 @@ buildPythonPackage rec {
doCheck = !stdenv.isDarwin;
nativeBuildInputs = [ openssl ];
propagatedBuildInputs = [ cryptography pyasn1 idna six ];
propagatedBuildInputs = [ cryptography ];
checkInputs = [ pytestCheckHook pretend flaky glibcLocales ];
checkInputs = [ pytestCheckHook pretend flaky ];
preCheck = ''
export LANG="en_US.UTF-8"