diff options
author | Erich Eckner <git@eckner.net> | 2021-05-18 09:19:33 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-05-18 09:19:33 +0200 |
commit | 4a377c84cc8da8b7f903e35cc21559b5456580ba (patch) | |
tree | 5c5b3407526456f1bf8dce94fa094120647fa109 /python-pymca | |
parent | 1c74de44faf8d1be27ef9790593a78b4065d1a0d (diff) | |
download | archlinuxewe-4a377c84cc8da8b7f903e35cc21559b5456580ba.tar.xz |
fix _pinned_dependencies
Diffstat (limited to 'python-pymca')
-rwxr-xr-x | python-pymca/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python-pymca/PKGBUILD b/python-pymca/PKGBUILD index 550cc6b0b..d3d5b6331 100755 --- a/python-pymca/PKGBUILD +++ b/python-pymca/PKGBUILD @@ -11,6 +11,7 @@ _pinned_dependencies=( 'glibc>=2.31' ) depends=( + "${_pinned_dependencies[@]}" 'python<3.10' 'python>=3.9' 'python-fisx>=1.1.5' |