aboutsummaryrefslogtreecommitdiff
path: root/python/watchdog/watchdog.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/watchdog/watchdog.SlackBuild')
-rw-r--r--python/watchdog/watchdog.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/python/watchdog/watchdog.SlackBuild b/python/watchdog/watchdog.SlackBuild
index df2bf18380c43..6bf9ba455b446 100644
--- a/python/watchdog/watchdog.SlackBuild
+++ b/python/watchdog/watchdog.SlackBuild
@@ -65,10 +65,7 @@ if $(python2 -c 'import sys' 2>/dev/null); then
python setup.py install --root=$PKG
fi
-# Replacement of python-2.x Python3.x check presence and build if found.
-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 PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION