diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-12-06 09:24:25 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-12-06 09:24:25 +0100 |
commit | 20789a0f17ae77ac30baf3e3392c08adc1dad945 (patch) | |
tree | 88ff9e626398b1a056aea18384535b5ede56e0c4 /python-jira/PKGBUILD | |
parent | 041e5acfa2db4fc376bf8bc63dfe62c779ce8a52 (diff) | |
download | archlinuxewe-20789a0f17ae77ac30baf3e3392c08adc1dad945.tar.xz |
python-jira: add missing dependency
Diffstat (limited to 'python-jira/PKGBUILD')
-rw-r--r-- | python-jira/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python-jira/PKGBUILD b/python-jira/PKGBUILD index 2af9e4150..da81915e4 100644 --- a/python-jira/PKGBUILD +++ b/python-jira/PKGBUILD @@ -2,14 +2,15 @@ pkgname=python-jira _pkgname="${pkgname#*-}" pkgver=3.4.1 -pkgrel=4 +pkgrel=5 pkgdesc="Python library to work with Jira APIs" arch=(any) url="https://github.com/pycontribs/jira" license=('BSD') depends=( 'python>=3.11' - 'python<3.12') + 'python<3.12' + 'python-requests-toolbelt') makedepends=( 'python-pip' 'python-setuptools') |