[pitivi] xdgapp: Bundle setuptools as the Sdk has a very old version



commit 09ea7c5eb0949895d963aa3b293d6951906859a0
Author: Thibault Saunier <tsaunier gnome org>
Date:   Thu Feb 4 16:58:32 2016 +0100

    xdgapp: Bundle setuptools as the Sdk has a very old version
    
    And installing ipdb is not possible anymore with this version

 build/xdg-app/ipdb-configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/xdg-app/ipdb-configure b/build/xdg-app/ipdb-configure
index e72c57c..b3d07c0 100755
--- a/build/xdg-app/ipdb-configure
+++ b/build/xdg-app/ipdb-configure
@@ -7,7 +7,7 @@ all:
        echo "Nothing"
 
 install:
-       pip3 install -v --install-option="--prefix=/app/" ipdb
+       pip3 install -v --install-option="--prefix=/app/" ipdb==0.8.1
 
 EOF
 


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