summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhashworks2020-06-17 19:19:10 +0200
committerhashworks2020-06-17 19:19:10 +0200
commit1dd8c31be3ca542254df5f103550ab597e6f6c7f (patch)
tree534dd96e8b31e3478650631fb9817000b0fbe199 /PKGBUILD
parentb3b7f25b8fa8ac27794d5d2491fcb9ca231ff865 (diff)
downloadaur-certbot-dns-hetzner-git.tar.gz
Drop python-setuptools dependency since it is provided transitively by certbot
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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}")