treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ lib, fetchPypi, buildPythonPackage, pythonOlder
|
||||
, dateutil
|
||||
, python-dateutil
|
||||
, importlib-metadata
|
||||
, poetry
|
||||
, poetry-core
|
||||
@@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ poetry-core ];
|
||||
propagatedBuildInputs = [ dateutil pytzdata ]
|
||||
propagatedBuildInputs = [ python-dateutil pytzdata ]
|
||||
++ lib.optional (pythonOlder "3.5") typing
|
||||
++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user