diff options
author | Erich Eckner <git@eckner.net> | 2020-05-18 09:29:59 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-05-18 09:29:59 +0200 |
commit | 4457d3df0212372a4e86b0574df7cba3080af153 (patch) | |
tree | 99513dcbd5376f678631f4393579150729586181 /python-peakutils | |
parent | b387e1af2e0d90ed5a45382f2649687319271634 (diff) | |
download | archlinuxewe-4457d3df0212372a4e86b0574df7cba3080af153.tar.xz |
python-peakutils: fix depends
Diffstat (limited to 'python-peakutils')
-rw-r--r-- | python-peakutils/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python-peakutils/PKGBUILD b/python-peakutils/PKGBUILD index 93b017552..c02921c0c 100644 --- a/python-peakutils/PKGBUILD +++ b/python-peakutils/PKGBUILD @@ -4,12 +4,12 @@ pkgname='python-peakutils' _pkgname='PeakUtils' pkgver=1.3.3 -pkgrel=2 +pkgrel=3 pkgdesc="Peak detection utilities for 1D data" arch=('any') url="https://pypi.python.org/pypi/PeakUtils" license=('MIT') -_depends=( +depends=( 'python>=3.8' 'python<3.9' 'python-sphinx-better-theme') |