[arch-commits] Commit in certbot-dns-hetzner/trunk (PKGBUILD)

Justin Kromlinger hashworks at archlinux.org
Sun Aug 30 08:32:31 UTC 2020


    Date: Sunday, August 30, 2020 @ 08:32:31
  Author: hashworks
Revision: 692501

upgpkg: certbot-dns-hetzner 1.0.3-3: Moved setuptools to makedepends

Modified:
  certbot-dns-hetzner/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-30 08:32:26 UTC (rev 692500)
+++ PKGBUILD	2020-08-30 08:32:31 UTC (rev 692501)
@@ -6,7 +6,8 @@
 arch=("any")
 url="https://github.com/ctrlaltcoop/certbot-dns-hetzner"
 license=("APACHE")
-depends=("certbot" "python-setuptools" "python-requests" "python-zope-interface")
+depends=("certbot" "python-requests" "python-zope-interface")
+makedepends=("python-setuptools")
 checkdepends=("python-pytest" "python-requests-mock")
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
 sha256sums=("86795cdfad16f7b1125dc1680041551c04a2f2d74439d1debd875dbbd8d78bda")



More information about the arch-commits mailing list