mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 04:13:01 +00:00
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
@ -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 New Issue
Block a user