summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-12-28 23:35:51 +0100
committerKarel Kočí <cynerd@email.cz>2020-12-28 23:35:51 +0100
commit0131a5639029649f71a0d5ba30571aedcc51cb4b (patch)
tree3627b6c06705769f64fa7a70202235bcedfbd201 /dev-python
parent9ee3c12027f59cc0a3b433e42f3edf341ad90c16 (diff)
downloadgentoo-personal-overlay-0131a5639029649f71a0d5ba30571aedcc51cb4b.tar.gz
gentoo-personal-overlay-0131a5639029649f71a0d5ba30571aedcc51cb4b.tar.bz2
gentoo-personal-overlay-0131a5639029649f71a0d5ba30571aedcc51cb4b.zip
dev-python/pytest-html: well pytest-metadata is not python 3.9
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pytest-html/pytest-html-3.1.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-html/pytest-html-3.1.1.ebuild b/dev-python/pytest-html/pytest-html-3.1.1.ebuild
index f7f7176..d840242 100644
--- a/dev-python/pytest-html/pytest-html-3.1.1.ebuild
+++ b/dev-python/pytest-html/pytest-html-3.1.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{7,8} pypy3 )
inherit distutils-r1