11 buildPythonPackage rec {
12 pname = "warrant-lite";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-FunWoslZn3o0WHet2+LtggO3bbbe2ULMXW93q07GxJ4=";
23 propagatedBuildInputs = [
31 # requirements.txt is not part of the source
32 substituteInPlace setup.py \
33 --replace "parse_requirements('requirements.txt')," "[],"
36 # Tests require credentials
39 pythonImportsCheck = [
44 description = "Module for process SRP requests for AWS Cognito";
45 homepage = "https://github.com/capless/warrant-lite";
46 license = with licenses; [ asl20 ];
47 maintainers = with maintainers; [ fab ];