diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-17 08:38:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-17 09:07:29 +0100 |
commit | 68ccbcc4e778a287ce49cf4c6adc478ac351a3ca (patch) | |
tree | 236ace4ef7219b0ec9ba9b9d5b5d5f9430dc71e4 /dev-python/pyspf | |
parent | dev-python/pysolr: Clean py2 deps up (diff) | |
download | gentoo-68ccbcc4e778a287ce49cf4c6adc478ac351a3ca.tar.gz gentoo-68ccbcc4e778a287ce49cf4c6adc478ac351a3ca.tar.bz2 gentoo-68ccbcc4e778a287ce49cf4c6adc478ac351a3ca.zip |
dev-python/pyspf: Clean py2 deps up
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyspf')
-rw-r--r-- | dev-python/pyspf/pyspf-2.0.12.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/pyspf/pyspf-2.0.12.ebuild b/dev-python/pyspf/pyspf-2.0.12.ebuild index 7907c9840d82..9cf73938a2f0 100644 --- a/dev-python/pyspf/pyspf-2.0.12.ebuild +++ b/dev-python/pyspf/pyspf-2.0.12.ebuild @@ -19,9 +19,7 @@ RESTRICT="!test? ( test )" # >=python-3.3 comes with the built-in ipaddress module RDEPEND="dev-python/authres[${PYTHON_USEDEP}] - $(python_gen_cond_dep '>=dev-python/ipaddr-2.1.10[${PYTHON_USEDEP}]' python2_7) - $(python_gen_cond_dep 'dev-python/pydns:2[${PYTHON_USEDEP}]' python2_7) - $(python_gen_cond_dep 'dev-python/pydns:3[${PYTHON_USEDEP}]' 'python3*')" + dev-python/pydns:3[${PYTHON_USEDEP}]" DEPEND="test? ( ${RDEPEND} dev-python/pyyaml[${PYTHON_USEDEP}] )" |