diff --git a/network/library/libmbim/actions.py b/network/library/libmbim/actions.py
index 9206e4655d..cb37b13365 100644
--- a/network/library/libmbim/actions.py
+++ b/network/library/libmbim/actions.py
@@ -4,10 +4,14 @@
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import autotools
-from pisi.actionsapi import get
from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
def setup():
+ shelltools.export("PYTHON","/usr/bin/python3")
+
autotools.configure("--disable-static")
def build():
diff --git a/network/library/libmbim/pspec.xml b/network/library/libmbim/pspec.xml
index 6c4f4180af..cd4733da21 100644
--- a/network/library/libmbim/pspec.xml
+++ b/network/library/libmbim/pspec.xml
@@ -12,12 +12,15 @@
library
MBIM modem protocol helper library.
libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol.
- http://www.freedesktop.org/software/libmbim/libmbim-1.24.6.tar.xz
+ http://www.freedesktop.org/software/libmbim/libmbim-1.24.8.tar.xz
gtk-doc
+ help2man
glib2-devel
- python-six
+ python3-devel
+
libgudev-devel
+ autoconf-archive
gobject-introspection-devel
@@ -55,6 +58,13 @@
+
+ 2021-06-24
+ 1.24.8
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-04-03
1.24.6
diff --git a/network/library/libqmi/actions.py b/network/library/libqmi/actions.py
index 10d5c0f545..eef70563a9 100644
--- a/network/library/libqmi/actions.py
+++ b/network/library/libqmi/actions.py
@@ -6,9 +6,12 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
+ shelltools.export("PYTHON","/usr/bin/python3")
+
autotools.configure("--prefix=/usr \
--disable-static \
--with-tests \
diff --git a/network/library/libqmi/pspec.xml b/network/library/libqmi/pspec.xml
index 8c256f9807..0d5c3bb000 100644
--- a/network/library/libqmi/pspec.xml
+++ b/network/library/libqmi/pspec.xml
@@ -12,13 +12,15 @@
app:gui
QMI modem protocol helper library
libqmi is a glib-based library for talking to WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol.
- https://www.freedesktop.org/software/libqmi/libqmi-1.28.2.tar.xz
+ https://www.freedesktop.org/software/libqmi/libqmi-1.28.6.tar.xz
+ help2man
glib2-devel
python3-devel
libgudev-devel
+ autoconf-archive
gobject-introspection-devel
- libmbim-devel
+ libmbim-devel
@@ -55,6 +57,13 @@
+
+ 2021-06-24
+ 1.28.6
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-04-03
1.28.2