mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/pycld2: Remove Python 2 support.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0da280e08f
commit
7cbf9f9f83
1 changed files with 1 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for pycld2
|
||||
|
||||
# Copyright 2013-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Copyright 2013-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -54,8 +54,6 @@ cd $SRCNAM-$SRCREV
|
|||
# Fix location of header files
|
||||
sed -i "s/^CLD2_PATH.*$/CLD2_PATH = \'\/usr\/include\/cld2\'/" setup.py setup_full.py
|
||||
|
||||
python2 setup.py install --prefix=/usr --root=$PKG
|
||||
python2 setup_full.py install --prefix=/usr --root=$PKG
|
||||
python3 setup.py install --prefix=/usr --root=$PKG
|
||||
python3 setup_full.py install --prefix=/usr --root=$PKG
|
||||
|
||||
|
|
Loading…
Reference in a new issue