diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 20:59:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 21:10:51 +0100 |
commit | 7ade427052e3b645f382ceee89f633e19136b370 (patch) | |
tree | bfc71a8785813eb1aa01e403251937d8a9a2dcf1 /dev-python/pytest-describe | |
parent | sys-auth/ssh-ldap-pubkey: Remove py2 (diff) | |
download | gentoo-7ade427052e3b645f382ceee89f633e19136b370.tar.gz gentoo-7ade427052e3b645f382ceee89f633e19136b370.tar.bz2 gentoo-7ade427052e3b645f382ceee89f633e19136b370.zip |
dev-python/pytest-describe: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-describe')
-rw-r--r-- | dev-python/pytest-describe/pytest-describe-0.11.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-describe/pytest-describe-0.11.1.ebuild b/dev-python/pytest-describe/pytest-describe-0.11.1.ebuild index a86ba66ca203..714f8ef6e32e 100644 --- a/dev-python/pytest-describe/pytest-describe-0.11.1.ebuild +++ b/dev-python/pytest-describe/pytest-describe-0.11.1.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |