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
@@ -49,7 +49,7 @@ buildPythonPackage rec {
"tests/integration"
];
passthru.optional-dependencies = {
optional-dependencies = {
crt = [ botocore.optional-dependencies.crt ];
};