mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
dev-python/black: readd tests
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
|
||||
@@ -19,15 +19,12 @@ LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
#aiohttp-cors being removed because no py3_7 support
|
||||
RESTRICT="test"
|
||||
|
||||
#DEPEND="
|
||||
# test? (
|
||||
# >=dev-python/aiohttp-3.3.2[${PYTHON_USEDEP}]
|
||||
# dev-python/aiohttp-cors[${PYTHON_USEDEP}]
|
||||
# )
|
||||
#
|
||||
DEPEND="
|
||||
test? (
|
||||
>=dev-python/aiohttp-3.3.2[${PYTHON_USEDEP}]
|
||||
dev-python/aiohttp-cors[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/appdirs-1.4[${PYTHON_USEDEP}]
|
||||
|
||||
Reference in New Issue
Block a user