dev-python/python-jsonrpc-server: drop py3_6

Closes: https://bugs.gentoo.org/723604
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2020-05-21 12:28:43 +02:00
committed by Matt Turner
parent d0c8918768
commit 0004fc2642

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_7 )
inherit distutils-r1
@@ -17,13 +17,14 @@ KEYWORDS="~amd64 ~x86"
BDEPEND="dev-python/versioneer[${PYTHON_USEDEP}]"
RDEPEND="dev-python/ujson[${PYTHON_USEDEP}]"
RDEPEND="~dev-python/ujson-1.35[${PYTHON_USEDEP}]"
DEPEND="test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pycodestyle[${PYTHON_USEDEP}]
dev-python/pyflakes[${PYTHON_USEDEP}]
dev-python/pylint[${PYTHON_USEDEP}] )"
dev-python/pylint[${PYTHON_USEDEP}]
)"
PATCHES=( "${FILESDIR}/${P}-remove-pytest-cov-dep.patch" )