mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Matt Turner
parent
d0c8918768
commit
0004fc2642
@@ -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" )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user