summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a6e504b9b44..aa178df418bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = certbot-dns-hetzner-git
license = APACHE
checkdepends = python-pytest
checkdepends = python-requests-mock
- makedepends = python-setuptools
makedepends = git
depends = certbot
provides = certbot-dns-hetzner
diff --git a/PKGBUILD b/PKGBUILD
index a52dfa16a646..6c5a02ef4fc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=("any")
url="https://github.com/ctrlaltcoop/certbot-dns-hetzner"
license=("APACHE")
depends=("certbot")
-makedepends=("python-setuptools" "git")
+makedepends=("git")
checkdepends=("python-pytest" "python-requests-mock")
provides=("${_pkgname}")
conflicts=("${_pkgname}")