From d820ff204b2125a9b9540e454f7e4508d645f0c2 Mon Sep 17 00:00:00 2001 From: Shay Date: Tue, 29 Mar 2022 18:22:38 -0700 Subject: BUILDS: `poetry` in deb virtualenvs --- docker/build_debian.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docker/build_debian.sh') diff --git a/docker/build_debian.sh b/docker/build_debian.sh index 9eae38af91..5adfbb48ca 100644 --- a/docker/build_debian.sh +++ b/docker/build_debian.sh @@ -11,6 +11,9 @@ DIST=$(cut -d ':' -f2 <<< "${distro:?}") cp -aT /synapse/source /synapse/build cd /synapse/build +# Export a requirements.txt file for the dh-virtualenv to use +poetry export --extras "all test" -o requirements.txt + # if this is a prerelease, set the Section accordingly. # # When the package is later added to the package repo, reprepro will use the -- cgit 1.5.1