aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-10-23 02:22:03 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-10-23 03:31:20 -0300
commitb3fd552c7c7c9b4c56456541943f1abb7e8b7d92 (patch)
treec0148b74f2ec074b0667a9e8115d33a7465f52c6 /testing
parent1fad4ce7f24776b8134639af98fb234bfd5def57 (diff)
downloadaports-b3fd552c7c7c9b4c56456541943f1abb7e8b7d92.tar.bz2
aports-b3fd552c7c7c9b4c56456541943f1abb7e8b7d92.tar.xz
testing/sems: finish removing python2
Diffstat (limited to 'testing')
-rw-r--r--testing/sems/APKBUILD10
1 files changed, 1 insertions, 9 deletions
diff --git a/testing/sems/APKBUILD b/testing/sems/APKBUILD
index f5f8a65fb5..b7b673990f 100644
--- a/testing/sems/APKBUILD
+++ b/testing/sems/APKBUILD
@@ -52,7 +52,7 @@ replaces="
$pkgname-conf_auth
$pkgname-pin_collect
$pkgname-dsm
- " # Removed in 1.6.0-r10 (python2)
+ " # Removed in 1.6.0-r10 (due to depending on EOL python)
prepare() {
default_prepare
@@ -184,14 +184,6 @@ voicemail() {
usr/lib/sems/plug-in/voicemail.so
}
-_python() {
- pkgdesc="Python bindings for SEMS"
- depends="python2 sems"
- cd "$pkgdir"
- _mv_sub \
- usr/lib/sems/plug-in/py_sems*
-}
-
speex() {
pkgdesc="Speex support for SEMS"
depends="sems"