[gtk-osx: 23/48] Force pipenv to version 2018.10.9 and meson to 0.49.2.



commit 6d114139c91a1f949fb25eee15826fdf4a9dac98
Author: John Ralls <jralls ceridwen us>
Date:   Sat Apr 13 12:21:50 2019 -0700

    Force pipenv to version 2018.10.9 and meson to 0.49.2.
    
    More recent releases are broken, at least for our purposes.

 gtk-osx-setup.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/gtk-osx-setup.sh b/gtk-osx-setup.sh
index a3088b8..37ec597 100755
--- a/gtk-osx-setup.sh
+++ b/gtk-osx-setup.sh
@@ -97,7 +97,8 @@ if test ! -x "`eval echo $PIP`" ; then
 fi
 
 # Install pipenv
-$PIP install --upgrade --user pipenv
+$PIP install --upgrade --user pipenv==2018.10.09
+
 PIPENV="$PYTHONUSERBASE/bin/pipenv"
 
 # Install jhbuild
@@ -128,7 +129,7 @@ verify_ssl = true
 
 [packages]
 six = "*"
-meson = "*"
+meson = {version="==0.49.2"}
 
 [scripts]
 jhbuild = "$DEVPREFIX/libexec/run_jhbuild.py"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]