diff options
Diffstat (limited to 'python-pyepics')
-rwxr-xr-x | python-pyepics/PKGBUILD | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/python-pyepics/PKGBUILD b/python-pyepics/PKGBUILD index 15a4a57bf..90fb5dd3c 100755 --- a/python-pyepics/PKGBUILD +++ b/python-pyepics/PKGBUILD @@ -2,13 +2,18 @@ pkgname=python-pyepics _pkgname="${pkgname#*-}" pkgver=3.4.1 -pkgrel=7 +pkgrel=8 pkgdesc='Python Interface to the Epics Channel Access protocol of the Epics control system' arch=('i686' 'pentium4' 'x86_64') url='https://pypi.python.org/pypi/pyepics' license=('Epics Open License') groups=() +_pinned_dependencies=( + 'gcc-libs=10.1.0' + 'glibc>=2.31' +) depends=( + "${_pinned_dependencies[@]}" 'python>=3.8' 'python<3.9' ) |