pythonPackages.serverlessrepo: remove stale substituteInPlace

This commit is contained in:
Sandro Jäckel 2021-02-22 08:40:16 +01:00
parent 72a79cf5df
commit d4c5104100
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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";