summaryrefslogtreecommitdiff
path: root/pkg/postmkvenv.sh
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2013-08-07 18:35:14 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2013-08-07 18:35:14 -0300
commit9b48a6286cd421caf1cca98709aa4811753b77c9 (patch)
tree886e1e82bf1c09932400dc3fb851e06acfaf1502 /pkg/postmkvenv.sh
parent77e5ed38b2bc90799d691f159ed815d78c648dec (diff)
Add pyside-uic support inside venv. Closes #3411.
Diffstat (limited to 'pkg/postmkvenv.sh')
-rwxr-xr-xpkg/postmkvenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/postmkvenv.sh b/pkg/postmkvenv.sh
index 2f0cba45..04f8d372 100755
--- a/pkg/postmkvenv.sh
+++ b/pkg/postmkvenv.sh
@@ -16,7 +16,7 @@ elif [[ "$unamestr" == 'Darwin' ]]; then
platform='darwin'
fi
-LIBS=( PySide )
+LIBS=( PySide pysideuic )
PYTHON_VERSION=python$(python -c "import sys; print (str(sys.version_info[0])+'.'+str(sys.version_info[1]))")
VAR=( $(which -a $PYTHON_VERSION) )