treewide: replace passthru.optional-dependencies with optional-dependencies

This commit is contained in:
Robert Schütz
2024-09-29 20:37:23 -07:00
parent 8637e879e4
commit 543781083a
405 changed files with 751 additions and 769 deletions
@@ -51,7 +51,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "botocore" ];
passthru.optional-dependencies = {
optional-dependencies = {
crt = [ awscrt ];
};