Missing flask for Debian package testing

This commit is contained in:
Alexandre Iooss 2020-09-14 15:25:04 +02:00
parent b4821361ce
commit c61b38fe3b
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ build-deb:
image: debian:buster
stage: build
before_script:
- apt-get update && apt-get -y --no-install-recommends install build-essential debmake dh-python debhelper python3-all python3-setuptools
- apt-get update && apt-get -y --no-install-recommends install build-essential debmake dh-python debhelper python3-all python3-flask python3-ldap python3-setuptools
script:
- dpkg-buildpackage
- mkdir build && cp ../*.deb build/