Merge pull request #179494 from mweinelt/mkdocs-macro-dateutil-alias
This commit is contained in:
commit
8a8a0ad0aa
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
, mkdocs-macros
|
, mkdocs-macros
|
||||||
, mkdocs-material
|
, mkdocs-material
|
||||||
, jinja2
|
, jinja2
|
||||||
, dateutil
|
, python-dateutil
|
||||||
, termcolor
|
, termcolor
|
||||||
, pyyaml
|
, pyyaml
|
||||||
, runCommand
|
, runCommand
|
||||||
|
@ -24,8 +24,8 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
jinja2
|
jinja2
|
||||||
dateutil
|
|
||||||
termcolor
|
termcolor
|
||||||
|
python-dateutil
|
||||||
pyyaml
|
pyyaml
|
||||||
mkdocs
|
mkdocs
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue