diff options
Diffstat (limited to '.builds/fedora-33-sqlite.yml')
-rw-r--r-- | .builds/fedora-33-sqlite.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.builds/fedora-33-sqlite.yml b/.builds/fedora-33-sqlite.yml index 061edff3..82fd5d9c 100644 --- a/.builds/fedora-33-sqlite.yml +++ b/.builds/fedora-33-sqlite.yml @@ -53,10 +53,10 @@ tasks: cd mediagoblin git show --oneline --no-patch ./bootstrap.sh - VIRTUALENV_FLAGS='--system-site-packages' ./configure + ./configure make - # # 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. |