mautrix-telegram: fix startup

`setuptools` isn't propagated automatically anymore, see also #68314.
This commit is contained in:
Maximilian Bosch 2019-09-12 11:21:26 +02:00
parent c0a02c712a
commit 54752cd3c4
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -28,6 +28,7 @@ buildPythonPackage rec {
telethon-session-sqlalchemy
pillow
lxml
setuptools
];
# `alembic` (a database migration tool) is only needed for the initial setup,