lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

pythonPackages.serverlessrepo: remove stale substituteInPlace

-4
-4
pkgs/development/python-modules/serverlessrepo/default.nix
··· 29 29 pytest tests/unit 30 30 ''; 31 31 32 - postPatch = '' 33 - substituteInPlace setup.py --replace "pyyaml~=3.12" "pyyaml~=5.1" 34 - ''; 35 - 36 32 meta = with lib; { 37 33 homepage = "https://github.com/awslabs/aws-serverlessrepo-python"; 38 34 description = "Helpers for working with the AWS Serverless Application Repository";