8 buildPythonPackage rec {
9 pname = "types-pyopenssl";
10 version = "24.1.0.20240722";
11 format = "setuptools";
14 pname = "types-pyOpenSSL";
16 hash = "sha256-R5E7RnigHYefUDoSBERoIh7YV2JjwVQNywSEyiGwjDk=";
19 propagatedBuildInputs = [ cryptography ];
21 # Module doesn't have tests
24 pythonImportsCheck = [ "OpenSSL-stubs" ];
27 description = "Typing stubs for pyopenssl";
28 homepage = "https://github.com/python/typeshed";
29 license = licenses.asl20;
30 maintainers = with maintainers; [ gador ];