summaryrefslogtreecommitdiff
path: root/python-pyepics
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-05-18 09:19:33 +0200
committerErich Eckner <git@eckner.net>2021-05-18 09:19:33 +0200
commit4a377c84cc8da8b7f903e35cc21559b5456580ba (patch)
tree5c5b3407526456f1bf8dce94fa094120647fa109 /python-pyepics
parent1c74de44faf8d1be27ef9790593a78b4065d1a0d (diff)
downloadarchlinuxewe-4a377c84cc8da8b7f903e35cc21559b5456580ba.tar.xz
fix _pinned_dependencies
Diffstat (limited to 'python-pyepics')
-rwxr-xr-xpython-pyepics/PKGBUILD2
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=(