summaryrefslogtreecommitdiff
path: root/sip4
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-01-15 20:55:21 +0100
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-01-18 10:15:05 +0100
commit5905e8e12426785e76820ffa24033379d4d13295 (patch)
tree91cf6e2c41abce09ed10ce8fdbdb9ef9587b6fd5 /sip4
parent807b8dc4015336c351cf160dc8491ceaf4fe7fc8 (diff)
downloadarchlinuxewe-5905e8e12426785e76820ffa24033379d4d13295.tar.xz
sip4: fix _pinned_dependencies
Diffstat (limited to 'sip4')
-rw-r--r--sip4/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/sip4/PKGBUILD b/sip4/PKGBUILD
index 3ab4fae31..bc7e7f7c7 100644
--- a/sip4/PKGBUILD
+++ b/sip4/PKGBUILD
@@ -46,6 +46,7 @@ package_sip4() {
package_python-sip4() {
pkgdesc="Python SIP4 bindings for C and C++ libraries"
_pinned_dependencies=(
+ 'glibc>=2.36'
)
depends=(python "${_pinned_dependencies[@]}")
provides=(python-sip)