[arch-commits] Commit in certbot-dns-hetzner/repos/community-any (PKGBUILD)

Justin Kromlinger hashworks at archlinux.org
Mon May 31 14:51:03 UTC 2021


    Date: Monday, May 31, 2021 @ 14:51:03
  Author: hashworks
Revision: 952808

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

Modified:
  certbot-dns-hetzner/repos/community-any/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-31 14:31:16 UTC (rev 952807)
+++ PKGBUILD	2021-05-31 14:51:03 UTC (rev 952808)
@@ -6,9 +6,9 @@
 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