sip3, python3-sip3 fix deps

This commit is contained in:
ertugerata
2015-09-07 23:47:01 +03:00
parent 2497b14880
commit b11f1a78b5
8 changed files with 164 additions and 8 deletions
@@ -20,7 +20,7 @@ def setup():
--sip /usr/bin/sip3 \
--qmake='/usr/lib/qt5/bin/qmake' \
--destdir='/usr/lib/python3.4/site-packages/' \
--sip-incdir='/usr/include/python3.4' \
--sip-incdir='/usr/include/python3.4m' \
CFLAGS='%s' CXXFLAGS='%s'" % (get.CFLAGS(), get.CXXFLAGS()), pyVer = "3")
shelltools.system("find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'")