From b337751dcb6f286328bd5860668f35fd7759c560 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 16 Jul 2018 19:29:05 +0200 Subject: dev-python/pycurl: Skip gssapi tests to avoid [kerberos] dep Skip the gssapi tests which boil down to checking if gssapi option is supported. This lets us avoid forcing [kerberos] on net-libs/curl. --- dev-python/pycurl/pycurl-7.43.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/pycurl') diff --git a/dev-python/pycurl/pycurl-7.43.0.2.ebuild b/dev-python/pycurl/pycurl-7.43.0.2.ebuild index 3b07c860bc35..f88599c70486 100644 --- a/dev-python/pycurl/pycurl-7.43.0.2.ebuild +++ b/dev-python/pycurl/pycurl-7.43.0.2.ebuild @@ -40,7 +40,7 @@ DEPEND="${RDEPEND} dev-python/bottle[${PYTHON_USEDEP}] dev-python/flaky[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] - net-misc/curl[curl_ssl_gnutls(-)=,curl_ssl_libressl(-)=,curl_ssl_nss(-)=,curl_ssl_openssl(-)=,-curl_ssl_axtls(-),-curl_ssl_cyassl(-),http2,kerberos] + net-misc/curl[curl_ssl_gnutls(-)=,curl_ssl_libressl(-)=,curl_ssl_nss(-)=,curl_ssl_openssl(-)=,-curl_ssl_axtls(-),-curl_ssl_cyassl(-),http2] >=dev-python/bottle-0.12.7[${PYTHON_USEDEP}] )" # Needed for individual runs of testsuite by python impls. @@ -62,7 +62,7 @@ python_compile() { } python_test() { - nosetests -a '!standalone' -v --with-flaky || die "Tests fail with ${EPYTHON}" + nosetests -a '!standalone,!gssapi' -v --with-flaky || die "Tests fail with ${EPYTHON}" } python_install_all() { -- cgit v1.2.3-65-gdbad