11 buildPythonPackage rec {
14 format = "setuptools";
16 src = fetchFromGitHub {
18 repo = "amazon-qldb-driver-python";
20 hash = "sha256-u8wI8ThD/BA+WI62OvNFmYvcqr018wgrh+5J+p2A6hM=";
23 propagatedBuildInputs = [
29 nativeCheckInputs = [ pytestCheckHook ];
32 export AWS_DEFAULT_REGION=us-east-1
35 pytestFlagsArray = [ "tests/unit" ];
37 pythonImportsCheck = [ "pyqldb" ];
40 description = "Python driver for Amazon QLDB";
41 homepage = "https://github.com/awslabs/amazon-qldb-driver-python";
42 license = licenses.asl20;
43 maintainers = [ maintainers.terlar ];