7 buildPythonPackage rec {
8 pname = "types-pyopenssl";
9 version = "24.0.0.20240311";
10 format = "setuptools";
13 pname = "types-pyOpenSSL";
15 hash = "sha256-e8oAz8Tn75xdJmPGocBow1eY5ZZwWVQ59ilue6PVgIM=";
18 propagatedBuildInputs = [
22 # Module doesn't have tests
25 pythonImportsCheck = [
30 description = "Typing stubs for pyopenssl";
31 homepage = "https://github.com/python/typeshed";
32 license = licenses.asl20;
33 maintainers = with maintainers; [ gador ];