mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
docker:fedora: No need to add site-packages to PATH
This commit is contained in:
parent
f04c2e7f38
commit
452f64bb5e
1 changed files with 0 additions and 2 deletions
|
@ -152,8 +152,6 @@ dnf debuginfo-install -y gtk3 \
|
|||
zlib
|
||||
|
||||
pip3 install meson==0.49.2
|
||||
# Add the pip3 installation to the path
|
||||
export PATH="$PATH:/usr/local/lib/python3.7/site-packages"
|
||||
|
||||
# Install the dependencies of gstreamer
|
||||
dnf builddep -y gstreamer1 \
|
||||
|
|
Loading…
Reference in a new issue