diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-17 08:38:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-17 09:07:21 +0100 |
commit | 15d8c8b2a1088994c7f5b2ed7e2d0a364192fb17 (patch) | |
tree | 71ccdfa10c8b6adfc6421697582c280febc74a07 /dev-python/pure-sasl | |
parent | dev-python/pipenv: Clean py2 deps up (diff) | |
download | gentoo-15d8c8b2a1088994c7f5b2ed7e2d0a364192fb17.tar.gz gentoo-15d8c8b2a1088994c7f5b2ed7e2d0a364192fb17.tar.bz2 gentoo-15d8c8b2a1088994c7f5b2ed7e2d0a364192fb17.zip |
dev-python/pure-sasl: Clean py2 deps up
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pure-sasl')
-rw-r--r-- | dev-python/pure-sasl/pure-sasl-0.6.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/pure-sasl/pure-sasl-0.6.1.ebuild b/dev-python/pure-sasl/pure-sasl-0.6.1.ebuild index c74a9f98c68e..7c6464c060d9 100644 --- a/dev-python/pure-sasl/pure-sasl-0.6.1.ebuild +++ b/dev-python/pure-sasl/pure-sasl-0.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,6 @@ DEPEND="${RDEPEND} dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] - $(python_gen_cond_dep dev-python/unittest2 'python2*') )" # tests aren't in dist tarball |