summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2024-03-05 09:24:36 -0500
committerGuillaume Horel2024-03-05 09:24:36 -0500
commit79ba7ba0c52d06d35be59d6564aa06869cad3585 (patch)
treef4a713d307541248e64e38099d86a97b12deffb4
parentee7f9da79a7c3d13ec201da20f07027044aba82b (diff)
downloadaur-79ba7ba0c52d06d35be59d6564aa06869cad3585.tar.gz
fix makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4e38df20b82..8280c300d49c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = python-docformatter
license = MIT
makedepends = python-build
makedepends = python-installer
- makedepends = python-setuptools
+ makedepends = python-poetry-core
makedepends = python-wheel
depends = python-untokenize
source = https://files.pythonhosted.org/packages/source/d/docformatter/docformatter-1.7.5.tar.gz
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')