python3Packages.sendgrid: mark as broken

This commit is contained in:
Fabian Affolter 2021-10-18 23:32:53 +02:00
parent 78085fe769
commit b3138972b6

View File

@ -45,5 +45,7 @@ buildPythonPackage rec {
homepage = "https://github.com/sendgrid/sendgrid-python";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
# No support for new starkbank-ecdsa releases
broken = true;
};
}