diff options
Diffstat (limited to 'sip4/PKGBUILD')
-rw-r--r-- | sip4/PKGBUILD | 1 |
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) |