mautrix-telegram: fix startup
`setuptools` isn't propagated automatically anymore, see also #68314.
This commit is contained in:
parent
c0a02c712a
commit
54752cd3c4
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ buildPythonPackage rec {
|
||||||
telethon-session-sqlalchemy
|
telethon-session-sqlalchemy
|
||||||
pillow
|
pillow
|
||||||
lxml
|
lxml
|
||||||
|
setuptools
|
||||||
];
|
];
|
||||||
|
|
||||||
# `alembic` (a database migration tool) is only needed for the initial setup,
|
# `alembic` (a database migration tool) is only needed for the initial setup,
|
||||||
|
|
Loading…
Reference in a new issue