diff options
-rw-r--r-- | testing/letsencrypt/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/letsencrypt/APKBUILD b/testing/letsencrypt/APKBUILD index 4bf0d0186a..3b0f850aad 100644 --- a/testing/letsencrypt/APKBUILD +++ b/testing/letsencrypt/APKBUILD @@ -3,7 +3,7 @@ pkgname=letsencrypt pkgver=0.0.0_git20151017 _pkgver="${pkgver/_git/.dev}" -pkgrel=0 +pkgrel=1 pkgdesc="An ACME client that can update Apache/Nginx configurations" url="https://github.com/letsencrypt/letsencrypt" arch="noarch" @@ -11,7 +11,7 @@ license="Apache" depends="py-setuptools py-mock py-acme py-configargparse py-configobj py-cryptography py-parsedatetime py-psutil py-dialog py-openssl py-rfc3339 py-tz py-requests py-six py-zope-component py-zope-interface - py-zope-event py-cffi py-enum34" + py-zope-event py-cffi py-enum34 py-ipaddress py-idna" # define acme deps here and add them to makedepends # so they get pulled in when bootstrapping. _depends_acme="py-setuptools py-cryptography py-ndg_httpsclient py-asn1 py-openssl |