diff options
author | David Robertson <davidr@element.io> | 2022-03-31 17:11:58 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-03-31 18:22:14 +0100 |
commit | 6fd43c4b93e935a40f42ad376cbba35fb975278e (patch) | |
tree | 67825c1c643b9fb4e83da5244b0d3bbe2de76bbf | |
parent | More clearly explain which extras are omitted from `all`. (diff) | |
download | synapse-6fd43c4b93e935a40f42ad376cbba35fb975278e.tar.xz |
Explain where requirements.txt comes from.
-rwxr-xr-x | debian/build_virtualenv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/build_virtualenv b/debian/build_virtualenv index 71d50a43ce..b1c4e70ef4 100755 --- a/debian/build_virtualenv +++ b/debian/build_virtualenv @@ -32,6 +32,8 @@ esac # Use --builtin-venv to use the better `venv` module from CPython 3.4+ rather # than the 2/3 compatible `virtualenv`. +# Use the requirements exported from poetry so that we reproduce its locked +# environment exactly. We generate requirements.txt in build_debian.sh. dh_virtualenv \ --install-suffix "matrix-synapse" \ |