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