diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-03-10 21:50:55 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 22:56:11 -0500 |
commit | ff02f3bfb7a142c532cc35c761402a7996378806 (patch) | |
tree | c320062820b671d58b5e5342206303fcdb9f85f1 /python/Markdown | |
parent | 22cf05486fe7d3aaab911c3e0dea75071a9fe4d9 (diff) | |
download | slackbuilds-ff02f3bfb7a142c532cc35c761402a7996378806.tar.gz |
python/Markdown: Disable python3 support.
python-markdown in current takes care of that
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/Markdown')
-rw-r--r-- | python/Markdown/Markdown.SlackBuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/python/Markdown/Markdown.SlackBuild b/python/Markdown/Markdown.SlackBuild index 5441fcdfad..afb7192203 100644 --- a/python/Markdown/Markdown.SlackBuild +++ b/python/Markdown/Markdown.SlackBuild @@ -72,11 +72,6 @@ find -L . \ python setup.py install --root=$PKG -# Python 3 support. -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 |