Skip to content
Snippets Groups Projects
Unverified Commit e923fc20 authored by Andrew Morgan's avatar Andrew Morgan Committed by GitHub
Browse files

Include extra dependency groups 'systemd' and 'cache_memory' in debian packages (#12640)

parent 7e6598bc
Branches
Tags
No related merge requests found
...@@ -37,7 +37,12 @@ python3 -m venv "$TEMP_VENV" ...@@ -37,7 +37,12 @@ python3 -m venv "$TEMP_VENV"
source "$TEMP_VENV/bin/activate" source "$TEMP_VENV/bin/activate"
pip install -U pip pip install -U pip
pip install poetry==1.2.0b1 pip install poetry==1.2.0b1
poetry export --extras all --extras test -o exported_requirements.txt poetry export \
--extras all \
--extras test \
--extras systemd \
--extras cache_memory \
-o exported_requirements.txt
deactivate deactivate
rm -rf "$TEMP_VENV" rm -rf "$TEMP_VENV"
......
matrix-synapse-py3 (1.58.0+nmu1) UNRELEASED; urgency=medium
* Include python dependencies from the `systemd` and `cache_memory` extras package groups, which
were incorrectly omitted from the 1.58.0 package.
-- Synapse Packaging team <packages@matrix.org> Thu, 05 May 2022 12:26:36 +0100
matrix-synapse-py3 (1.58.0) stable; urgency=medium matrix-synapse-py3 (1.58.0) stable; urgency=medium
* New Synapse release 1.58.0. * New Synapse release 1.58.0.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment