summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2023-09-15 09:41:19 -0400
committerGuillaume Horel2023-09-15 09:41:19 -0400
commit965e5df364491cc22695bf2772618f9fab5ee031 (patch)
tree322bcc6f6a55b43e662a9036d16e82500e1b797f /PKGBUILD
parente44f98349460c78516bc541b96c5679613512947 (diff)
downloadaur-965e5df364491cc22695bf2772618f9fab5ee031.tar.gz
add missing deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32147e1f2f64..1d3d19708022 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname='python-interface-meta'
_pkgname='interface_meta'
pkgver='1.3.0'
-pkgrel=1
+pkgrel=2
pkgdesc="A convenient way to expose an API with enforced method signatures"
url="https://github.com/matthewwardrop/interface_meta"
depends=('python')
checkdepends=('python-pytest')
optdepends=()
-makedepends=(python-build python-installer python-wheel)
+makedepends=(python-build python-installer python-poetry-dynamic-versioning python-wheel)
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")