Remove --system-site-packages argument to ./configure.

MediaGoblin ignores this argument and creates a virtualenv with
--system-site-packages regardless. Appears it's been this way since the early
days.

Removing this make the installation instructions easier to read.
This commit is contained in:
Ben Sturmfels
2021-09-18 13:12:39 +10:00
parent 45c1812a65
commit 0db9b5bb7b
5 changed files with 6 additions and 4 deletions

View File

@@ -169,7 +169,7 @@ RUN git clone --depth=1 git://git.savannah.gnu.org/mediagoblin.git --branch mast
RUN git show --oneline --no-patch
RUN ./bootstrap.sh
RUN VIRTUALENV_FLAGS='--system-site-packages' ./configure
RUN ./configure
RUN make
# Additional Sphinx dependencies not in Debian.