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

Justin Kromlinger hashworks at archlinux.org
Mon May 31 14:53:13 UTC 2021


    Date: Monday, May 31, 2021 @ 14:53:12
  Author: hashworks
Revision: 952809

upgpkg: certbot-dns-hetzner 1.0.5-3: Make python-mock a dependency as suggested by Strom

Modified:
  certbot-dns-hetzner/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-31 14:51:03 UTC (rev 952808)
+++ PKGBUILD	2021-05-31 14:53:12 UTC (rev 952809)
@@ -2,13 +2,13 @@
 pkgname=certbot-dns-hetzner
 pkgdesc="Certbot plugin enabling dns-01 challenge on the Hetzner DNS API"
 pkgver=1.0.5
-pkgrel=2
+pkgrel=3
 arch=("any")
 url="https://github.com/ctrlaltcoop/certbot-dns-hetzner"
 license=("APACHE")
-depends=("certbot" "python-requests" "python-zope-interface" "python-requests-mock")
+depends=("certbot" "python-requests" "python-zope-interface" "python-requests-mock" "python-mock")
 makedepends=("python-setuptools")
-checkdepends=("python-pytest" "python-mock")
+checkdepends=("python-pytest")
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
 sha256sums=('c2c2398bec560ee5607ee849c89f22fb38c0874c1620bc60c8aa20cf7148afbd')
 



More information about the arch-commits mailing list