diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-02-21 18:34:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-22 22:18:48 +0000 |
commit | 2d505eb556a8c5ece96a8e934009cd599beec54f (patch) | |
tree | d46bee759f47fa44ee3ce399dfda3a364091b515 /dev-python/pysmi | |
parent | dev-python/slackclient: Port to python 3.{8,9} (diff) | |
download | gentoo-2d505eb556a8c5ece96a8e934009cd599beec54f.tar.gz gentoo-2d505eb556a8c5ece96a8e934009cd599beec54f.tar.bz2 gentoo-2d505eb556a8c5ece96a8e934009cd599beec54f.zip |
dev-python/pysmi: Port to python 3.{8,9}
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pysmi')
-rw-r--r-- | dev-python/pysmi/pysmi-0.3.4.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/pysmi/pysmi-0.3.4.ebuild b/dev-python/pysmi/pysmi-0.3.4.ebuild index a25f52054908..b28efec48ddd 100644 --- a/dev-python/pysmi/pysmi-0.3.4.ebuild +++ b/dev-python/pysmi/pysmi-0.3.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 2017-2020 Gentoo Authors +# Copyright 2017-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 DESCRIPTION="Python Lex & Yacc" @@ -15,4 +15,5 @@ SLOT="0" KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86" RDEPEND="dev-python/ply[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" + +distutils_enable_tests unittest |