diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-22 18:16:47 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-22 18:57:20 +0100 |
commit | 67e65a2e196753734e6dd616e0a4e00f0f1b5e6f (patch) | |
tree | 215d2abcaffdc95ddfca249ad4630930e91c3b72 | |
parent | e5d3c243afc052f1252f8a2e51b248f885a40091 (diff) | |
download | aports-67e65a2e196753734e6dd616e0a4e00f0f1b5e6f.tar.bz2 aports-67e65a2e196753734e6dd616e0a4e00f0f1b5e6f.tar.xz |
community/py3-gst: switch to python3
-rw-r--r-- | community/py3-gst/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-gst/APKBUILD b/community/py3-gst/APKBUILD index 7b92386a28..4fdb4a9384 100644 --- a/community/py3-gst/APKBUILD +++ b/community/py3-gst/APKBUILD @@ -8,7 +8,7 @@ url="https://cgit.freedesktop.org/gstreamer/gst-python/" arch="all" license="LGPL-2.1-or-later" depends="py3-gobject3 gst-plugins-base" -makedepends="gst-plugins-base-dev gstreamer-dev meson py-gobject3-dev +makedepends="gst-plugins-base-dev gstreamer-dev meson py3-gobject3-dev python3-dev" source="https://gstreamer.freedesktop.org/src/gst-python/gst-python-$pkgver.tar.xz python-3.8-compat.patch |