diff options
| author | Maximilian Bosch <maximilian@mbosch.me> | 2019-04-14 12:02:26 +0200 |
|---|---|---|
| committer | Maximilian Bosch <maximilian@mbosch.me> | 2019-05-24 09:35:39 +0200 |
| commit | 0a94f89fca3182cde82c91400db35e542215af97 (patch) | |
| tree | b43c6dc3cde26376a435b06da60976a973b55bf4 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | f839011719f8628791d61fc91354504fa2ba2460 (diff) | |
mautrix-telegram: patch away alembic dependency
`alembic`[1] is a database migration tool which is invoked from the CLI
when installing the telegram bridge, but never needed during the
runtime.
The reason why `alembic` is required here is to ensure that it
exists in the Python environment when deploying the bridge. However
`alembic` requires `mautrix-telegram` in its environment to create a
database schema from the Python models.
Such a dependency relation may be possible with tools like virtualenv,
however it'll result in an infinite recursion at evaluation time in Nix.
With this patch, `mautrix-telegram` doesn't depend on `alembic` anymore
and provides a patched alembic (`pkgs.mautrix-telegram.alembic`) which
has `mautrix-telegram` in its path.
[1] https://alembic.sqlalchemy.org/en/latest/
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
