fabs: Don't use alias for python-dateutil
It breaks evaluation without aliases enabled.
This commit is contained in:
parent
fdb1739028
commit
853a90c2d7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
alembic
|
alembic
|
||||||
dateutil
|
python-dateutil
|
||||||
pyyaml
|
pyyaml
|
||||||
setuptools
|
setuptools
|
||||||
sqlalchemy
|
sqlalchemy
|
||||||
|
|
Loading…
Reference in a new issue