treewide: migrate python packages to optional-dependencies

This follows the term used by PEP 621.
This commit is contained in:
Martin Weinelt
2022-05-22 16:31:53 +02:00
parent 809ffd6cd3
commit 272430c823
43 changed files with 93 additions and 93 deletions
@@ -98,7 +98,7 @@ buildPythonPackage rec {
"dask.diagnostics"
];
passthru.extras-require = {
passthru.optional-dependencies = {
complete = [ distributed ];
};