summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2024-03-05 09:24:36 -0500
committerGuillaume Horel2024-03-05 09:24:36 -0500
commit79ba7ba0c52d06d35be59d6564aa06869cad3585 (patch)
treef4a713d307541248e64e38099d86a97b12deffb4 /PKGBUILD
parentee7f9da79a7c3d13ec201da20f07027044aba82b (diff)
downloadaur-79ba7ba0c52d06d35be59d6564aa06869cad3585.tar.gz
fix makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8baaa5ac333d..09347cc60b8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Format docstrings to follow PEP257'
url='https://github.com/myint/docformatter'
checkdepends=()
depends=('python-untokenize')
-makedepends=(python-build python-installer python-setuptools python-wheel)
+makedepends=(python-build python-installer python-poetry-core python-wheel)
optdepends=()
license=('MIT')
arch=('any')