diff options
Diffstat (limited to 'python-pyepics/PKGBUILD')
-rwxr-xr-x | python-pyepics/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-pyepics/PKGBUILD b/python-pyepics/PKGBUILD index d6ef57e38..a42be7d85 100755 --- a/python-pyepics/PKGBUILD +++ b/python-pyepics/PKGBUILD @@ -15,7 +15,7 @@ _pinned_dependencies=( makedepends=( 'python-setuptools') depends=( - + "${_pinned_dependencies[@]}" 'python>=3.9' 'python<3.10') source=( |