treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
, pythonOlder
|
||||
, attrs
|
||||
, isodate
|
||||
, dateutil
|
||||
, python-dateutil
|
||||
, rfc3986
|
||||
, uritemplate
|
||||
, mock
|
||||
@@ -31,7 +31,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
attrs
|
||||
isodate
|
||||
dateutil
|
||||
python-dateutil
|
||||
rfc3986
|
||||
uritemplate
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user