diff options
author | M0Rf30 | 2023-08-06 19:36:05 +0200 |
---|---|---|
committer | M0Rf30 | 2023-08-06 19:36:05 +0200 |
commit | 2f38f59881cf2c952fe2860161eaadeba37caa52 (patch) | |
tree | e012f7342c91e77b209026ffa645a655ebcecc1b /PKGBUILD | |
parent | 5cc8edf21db84a759acbb83c369f829b2ae919f1 (diff) | |
download | aur-2f38f59881cf2c952fe2860161eaadeba37caa52.tar.gz |
python-panphon: add python-yaml dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,10 +2,10 @@ pkgname=python-panphon pkgver=0.19.1 -pkgrel=1 +pkgrel=2 pkgdesc="Python package and data files for manipulating phonological segments (phones, phonemes) in terms of universal phonological features." arch=('any') -depends=('python' 'python-editdistance' 'python-munkres' 'python-numpy' 'python-pyaml' 'python-regex' 'python-unicodecsv') +depends=('python' 'python-editdistance' 'python-munkres' 'python-numpy' 'python-yaml' 'python-regex' 'python-unicodecsv') makedepends=('python-setuptools') url="https://github.com/dmort27/panphon" license=('MIT') |