1
0

install poetry and run export

This commit is contained in:
H. Shay
2022-03-29 18:22:38 -07:00
parent 6cbc2c4470
commit a4c75abfeb
2 changed files with 10 additions and 0 deletions

View File

@@ -85,6 +85,13 @@ RUN apt-get update -qq -o Acquire::Languages=none \
libpq-dev \
xmlsec1
RUN pip3 install -U \
pip \
setuptools \
wheel
RUN pip3 install poetry==1.2.0b1
COPY --from=builder /dh-virtualenv_1.2.2-1_all.deb /
# install dhvirtualenv. Update the apt cache again first, in case we got a

View File

@@ -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