13 buildPythonPackage rec {
14 pname = "python-mbedtls";
16 format = "setuptools";
18 src = fetchFromGitHub {
20 repo = "python-mbedtls";
22 hash = "sha256-gMFludfAprQ/1JR77Ee6/xVvGLJ9pY1LrouLpSKVrzk=";
30 buildInputs = [ mbedtls_2 ];
32 propagatedBuildInputs = [
37 nativeCheckInputs = [ pytestCheckHook ];
39 pythonImportsCheck = [ "mbedtls" ];
42 description = "Cryptographic library with an mbed TLS back end";
43 homepage = "https://github.com/Synss/python-mbedtls";
44 license = licenses.mit;
45 maintainers = with maintainers; [ SuperSandro2000 ];