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-fisx | |
parent | 1c74de44faf8d1be27ef9790593a78b4065d1a0d (diff) | |
download | archlinuxewe-4a377c84cc8da8b7f903e35cc21559b5456580ba.tar.xz |
fix _pinned_dependencies
Diffstat (limited to 'python-fisx')
-rw-r--r-- | python-fisx/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python-fisx/PKGBUILD b/python-fisx/PKGBUILD index f18eeaf28..97ce8963c 100644 --- a/python-fisx/PKGBUILD +++ b/python-fisx/PKGBUILD @@ -16,6 +16,7 @@ makedepends=( 'python-numpy' 'python-setuptools') depends=( + "${_pinned_dependencies[@]}" 'python>=3.9' 'python<3.10' 'python-numpy') |