diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-22 11:07:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-22 11:15:38 +0200 |
commit | 5f0cacfa408493772088768b351ccdf794a30472 (patch) | |
tree | 259bf982ab006c6d42c8ca8a1fa81b0d871fc584 /dev-python/pyserial | |
parent | dev-python/pcapy: Remove py2 (diff) | |
download | gentoo-5f0cacfa408493772088768b351ccdf794a30472.tar.gz gentoo-5f0cacfa408493772088768b351ccdf794a30472.tar.bz2 gentoo-5f0cacfa408493772088768b351ccdf794a30472.zip |
dev-python/pyserial: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyserial')
-rw-r--r-- | dev-python/pyserial/pyserial-3.4.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-python/pyserial/pyserial-3.4.ebuild b/dev-python/pyserial/pyserial-3.4.ebuild index 1e2985aed603..11492e2a223a 100644 --- a/dev-python/pyserial/pyserial-3.4.ebuild +++ b/dev-python/pyserial/pyserial-3.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6..9} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 @@ -15,10 +15,6 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86" IUSE="examples" -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] -" - DOCS=( CHANGES.rst README.rst ) distutils_enable_sphinx documentation --no-autodoc |