treewide: migrate python packages to optional-dependencies
This follows the term used by PEP 621.
This commit is contained in:
@@ -98,7 +98,7 @@ buildPythonPackage rec {
|
||||
"dask.diagnostics"
|
||||
];
|
||||
|
||||
passthru.extras-require = {
|
||||
passthru.optional-dependencies = {
|
||||
complete = [ distributed ];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user