1
0

sdist build: bump base image to ubuntu 20.04

This commit is contained in:
SomberNight
2020-06-11 22:38:03 +02:00
parent 891390f9a1
commit a06f5da7c2
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ DISTDIR="$PROJECT_ROOT/dist"
. "$CONTRIB"/build_tools_util.sh
# note that at least py3.7 is needed, to have https://bugs.python.org/issue30693
python3 --version || fail "python interpreter not found"
# upgrade to modern pip so that it knows the flags we need.