summaryrefslogtreecommitdiffstats
path: root/python/python-certifi
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-certifi')
-rw-r--r--python/python-certifi/README2
-rw-r--r--python/python-certifi/python-certifi.SlackBuild6
2 files changed, 1 insertions, 7 deletions
diff --git a/python/python-certifi/README b/python/python-certifi/README
index c7498fdd37..8e6f8b4e44 100644
--- a/python/python-certifi/README
+++ b/python/python-certifi/README
@@ -1,5 +1,3 @@
This installable Python package contains a
CA Bundle that you can reference in your
Python code.
-
-Optional dependency: python3
diff --git a/python/python-certifi/python-certifi.SlackBuild b/python/python-certifi/python-certifi.SlackBuild
index 58d21617d6..1fa733bbc5 100644
--- a/python/python-certifi/python-certifi.SlackBuild
+++ b/python/python-certifi/python-certifi.SlackBuild
@@ -25,7 +25,7 @@
PRGNAM=python-certifi
SRCNAM=$(printf $PRGNAM | cut -c8-14)
VERSION=${VERSION:-2019.3.9}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -72,10 +72,6 @@ find -L . \
python setup.py install --root=$PKG
-if $(python3 -c 'import sys' 2>/dev/null); then
- python3 setup.py install --root=$PKG
-fi
-
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