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

Felix Yan felixonmars at archlinux.org
Tue May 22 06:12:00 UTC 2018


    Date: Tuesday, May 22, 2018 @ 06:11:58
  Author: felixonmars
Revision: 326865

remove redundant checkdepends

Modified:
  certbot/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-22 06:11:37 UTC (rev 326864)
+++ PKGBUILD	2018-05-22 06:11:58 UTC (rev 326865)
@@ -12,7 +12,7 @@
 depends=('ca-certificates' "python-acme=$pkgver" 'python-configargparse' 'python-configobj'
          'python-cryptography' 'python-mock' 'python-parsedatetime' 'python-pyrfc3339'
          'python-pytz' 'python-setuptools' 'python-zope-component' 'python-zope-interface')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+checkdepends=('python-pytest-runner')
 optdepends=("certbot-apache: Apache plugin for Let’s Encrypt client"
             "certbot-nginx: Nginx plugin for Let’s Encrypt client")
 replaces=("letsencrypt")



More information about the arch-commits mailing list