pythonPackages.serverlessrepo: remove stale substituteInPlace
This commit is contained in:
parent
72a79cf5df
commit
d4c5104100
@ -29,10 +29,6 @@ buildPythonPackage rec {
|
|||||||
pytest tests/unit
|
pytest tests/unit
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postPatch = ''
|
|
||||||
substituteInPlace setup.py --replace "pyyaml~=3.12" "pyyaml~=5.1"
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/awslabs/aws-serverlessrepo-python";
|
homepage = "https://github.com/awslabs/aws-serverlessrepo-python";
|
||||||
description = "Helpers for working with the AWS Serverless Application Repository";
|
description = "Helpers for working with the AWS Serverless Application Repository";
|
||||||
|
Loading…
Reference in New Issue
Block a user