diff options
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild b/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild index d1dbadc05430..11801bcbdbfe 100644 --- a/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild +++ b/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild @@ -24,6 +24,9 @@ IUSE="" DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]" RDEPEND="dev-libs/openssl:0" +# Tests require a local ACME server to be set up. +RESTRICT="test" + pkg_setup() { if [[ ${PV} != 9999 ]]; then export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}" |