summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/fqdn')
-rw-r--r--dev-python/fqdn/fqdn-1.5.0-r1.ebuild (renamed from dev-python/fqdn/fqdn-1.5.0.ebuild)7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/fqdn/fqdn-1.5.0.ebuild b/dev-python/fqdn/fqdn-1.5.0-r1.ebuild
index 9e8e8158b783..deeea469ea8b 100644
--- a/dev-python/fqdn/fqdn-1.5.0.ebuild
+++ b/dev-python/fqdn/fqdn-1.5.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2018-2020 Gentoo Authors
+# Copyright 2018-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,7 +15,10 @@ LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
-RDEPEND="dev-python/cached-property[${PYTHON_USEDEP}]"
+RDEPEND="
+ $(python_gen_cond_dep '
+ dev-python/cached-property[${PYTHON_USEDEP}]
+ ' python3_7 pypy3)"
distutils_enable_tests pytest
distutils_enable_sphinx docs