*/*: Clean PYTHON_COMPAT of obsolete impls
[gentoo.git] / app-crypt / acme / acme-0.39.0.ebuild
index e5015f90babfa0a8962dccf02edd95c66c221b0f..f045a98c08611eb9de722c0ebbb81f86c821dca1 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7})
+PYTHON_COMPAT=(python{2_7,3_6,3_7})
 
 if [[ ${PV} == 9999* ]]; then
        EGIT_REPO_URI="https://github.com/certbot/certbot.git"
@@ -22,6 +22,7 @@ HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/"
 LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="doc test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
        >=dev-python/cryptography-1.3.4[${PYTHON_USEDEP}]