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-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