treewide: migrate python packages to optional-dependencies
This follows the term used by PEP 621.
This commit is contained in:
@@ -40,7 +40,7 @@ buildPythonPackage rec {
|
||||
six
|
||||
];
|
||||
|
||||
passthru.extras-require = {
|
||||
passthru.optional-dependencies = {
|
||||
datetime = [
|
||||
python-dateutil
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user