diff options
author | Karel Kočí <cynerd@email.cz> | 2020-12-28 23:35:51 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-12-28 23:35:51 +0100 |
commit | 0131a5639029649f71a0d5ba30571aedcc51cb4b (patch) | |
tree | 3627b6c06705769f64fa7a70202235bcedfbd201 | |
parent | 9ee3c12027f59cc0a3b433e42f3edf341ad90c16 (diff) | |
download | gentoo-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
-rw-r--r-- | dev-python/pytest-html/pytest-html-3.1.1.ebuild | 2 |
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 |