diff options
Diffstat (limited to 'python/PasteDeploy')
-rw-r--r-- | python/PasteDeploy/PasteDeploy.SlackBuild | 6 | ||||
-rw-r--r-- | python/PasteDeploy/PasteDeploy.info | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/python/PasteDeploy/PasteDeploy.SlackBuild b/python/PasteDeploy/PasteDeploy.SlackBuild index 8fc535d160bd1..e6448a3b05664 100644 --- a/python/PasteDeploy/PasteDeploy.SlackBuild +++ b/python/PasteDeploy/PasteDeploy.SlackBuild @@ -22,7 +22,7 @@ PRGNAM=PasteDeploy VERSION=${VERSION:-2.0.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -54,9 +54,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; python setup.py install --root=$PKG -if $(python3 -c 'import sys' 2>/dev/null); then - python3 setup.py install --root=$PKG -fi +python3 setup.py install --root=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a README.rst $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/python/PasteDeploy/PasteDeploy.info b/python/PasteDeploy/PasteDeploy.info index 5f8c885e58dd4..9b5db51cee537 100644 --- a/python/PasteDeploy/PasteDeploy.info +++ b/python/PasteDeploy/PasteDeploy.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/P/PasteDeploy/PasteDeploy-2.0. MD5SUM="6193afccc0982abedb9b7711d0d6adb0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="pytest-runner" MAINTAINER="Yth - Arnaud" EMAIL="yth@ythogtha.org" |