diff options
Diffstat (limited to '.builds/debian-11-sqlite.yml')
-rw-r--r-- | .builds/debian-11-sqlite.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.builds/debian-11-sqlite.yml b/.builds/debian-11-sqlite.yml index 60596a77..1ff1dd22 100644 --- a/.builds/debian-11-sqlite.yml +++ b/.builds/debian-11-sqlite.yml @@ -54,13 +54,13 @@ tasks: cd mediagoblin git show --oneline --no-patch ./bootstrap.sh - VIRTUALENV_FLAGS='--system-site-packages' ./configure + ./configure make # Install additional Sphinx dependencies not in Debian. ./bin/pip install sphinxcontrib-applehelp sphinxcontrib-htmlhelp sphinxcontrib-jsmath - # Install raw image library from PyPI as not available in Debian 10. + # Install raw image library from PyPI as not available in Debian 11. ./bin/pip install py3exiv2 # Confirm our packages version for later troubleshooting. |