diff options
author | 2021-07-12 00:03:09 +0100 | |
---|---|---|
committer | 2021-07-12 00:03:21 +0100 | |
commit | 87a51ebc04cfef592de5fa1696ac526ec6e88544 (patch) | |
tree | 589a092c855d8d7b74e4b8f9f9ed132032cb9b09 /dev-python/pytest-salt | |
parent | dev-python/pytest-salt: fix RDEPEND for salt/tornado (diff) | |
download | gentoo-87a51ebc04cfef592de5fa1696ac526ec6e88544.tar.gz gentoo-87a51ebc04cfef592de5fa1696ac526ec6e88544.tar.bz2 gentoo-87a51ebc04cfef592de5fa1696ac526ec6e88544.zip |
dev-python/pytest-salt: enable py3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-salt')
-rw-r--r-- | dev-python/pytest-salt/pytest-salt-2020.1.27-r3.ebuild | 2 |
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}" |