treewide: replace passthru.optional-dependencies with optional-dependencies
This commit is contained in:
@@ -49,7 +49,7 @@ buildPythonPackage rec {
|
||||
"tests/integration"
|
||||
];
|
||||
|
||||
passthru.optional-dependencies = {
|
||||
optional-dependencies = {
|
||||
crt = [ botocore.optional-dependencies.crt ];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user