diff options
-rw-r--r-- | python/txi2p/txi2p.SlackBuild | 2 | ||||
-rw-r--r-- | python/txi2p/txi2p.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/txi2p/txi2p.SlackBuild b/python/txi2p/txi2p.SlackBuild index 436e41cfeb3ca..2cb374ecd6287 100644 --- a/python/txi2p/txi2p.SlackBuild +++ b/python/txi2p/txi2p.SlackBuild @@ -70,7 +70,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -python setup.py install --root=$PKG +python2 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/python/txi2p/txi2p.info b/python/txi2p/txi2p.info index a2bda7d05193b..1b8bde2af55fe 100644 --- a/python/txi2p/txi2p.info +++ b/python/txi2p/txi2p.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/b1/4f/c68c155e452b3e0f7e997c4dfdc2f3a MD5SUM="af7b0a2e5388458a6dff1c09e525b922" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="vcversioner python-twisted Parsley" +REQUIRES="vcversioner python2-twisted Parsley" MAINTAINER="Markus Reichelt" EMAIL="slackbuilds@mareichelt.de" |