python3Packages.mkdocs-macros: use python-dateutil directly
and not via dateutil alias. Breaks build without aliases enabled.
This commit is contained in:
parent
58ffd047e0
commit
336e11b0ca
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
, mkdocs-macros
|
||||
, mkdocs-material
|
||||
, jinja2
|
||||
, dateutil
|
||||
, python-dateutil
|
||||
, termcolor
|
||||
, pyyaml
|
||||
, runCommand
|
||||
|
@ -24,8 +24,8 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
jinja2
|
||||
dateutil
|
||||
termcolor
|
||||
python-dateutil
|
||||
pyyaml
|
||||
mkdocs
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue