summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')