summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-07-12 00:03:09 +0100
committerSam James <sam@gentoo.org>2021-07-12 00:03:21 +0100
commit87a51ebc04cfef592de5fa1696ac526ec6e88544 (patch)
tree589a092c855d8d7b74e4b8f9f9ed132032cb9b09
parentdev-python/pytest-salt: fix RDEPEND for salt/tornado (diff)
downloadgentoo-87a51ebc.tar.gz
gentoo-87a51ebc.tar.bz2
gentoo-87a51ebc.zip
dev-python/pytest-salt: enable py3.9
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-python/pytest-salt/pytest-salt-2020.1.27-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-salt/pytest-salt-2020.1.27-r3.ebuild b/dev-python/pytest-salt/pytest-salt-2020.1.27-r3.ebuild
index 8258e36ca9ea..71b7c59306f1 100644
--- a/dev-python/pytest-salt/pytest-salt-2020.1.27-r3.ebuild
+++ b/dev-python/pytest-salt/pytest-salt-2020.1.27-r3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
MY_PV="${PV/_p/.post}"