diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-16 07:46:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-16 07:46:30 +0700 |
commit | 5fe4384f823cd9ef98d3ff3f2db23439294e7ad7 (patch) | |
tree | 922db79741ea265e9d8afef8a37eecd18e347727 /python/pyOpenSSL/pyOpenSSL.SlackBuild | |
parent | bb4cf60a73d05597354572766eab6f0ee4604eea (diff) |
python/pyOpenSSL: Change to python3 modules only.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyOpenSSL/pyOpenSSL.SlackBuild')
-rw-r--r-- | python/pyOpenSSL/pyOpenSSL.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/pyOpenSSL/pyOpenSSL.SlackBuild b/python/pyOpenSSL/pyOpenSSL.SlackBuild index 1b411b0962304..6d83a9365a0cb 100644 --- a/python/pyOpenSSL/pyOpenSSL.SlackBuild +++ b/python/pyOpenSSL/pyOpenSSL.SlackBuild @@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pyOpenSSL VERSION=${VERSION:-22.1.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -82,7 +82,6 @@ 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 {} \; -python2 setup.py install --root=$PKG python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |