treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil

This commit is contained in:
Robert Schütz
2021-07-03 13:37:24 +02:00
parent d364e06e4b
commit 1ec5651913
117 changed files with 205 additions and 205 deletions
@@ -7,7 +7,7 @@
, mechanize
, beautifulsoup4
, pyxdg
, dateutil
, python-dateutil
, requests
, httpretty
}:
@@ -24,7 +24,7 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
django suds-jurko ldap mechanize beautifulsoup4 pyxdg dateutil requests
django suds-jurko ldap mechanize beautifulsoup4 pyxdg python-dateutil requests
];
buildInputs = [ httpretty ];