mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 14:03:33 -04:00
dev-python/starlette: minor changes
tried to get tests working now that we have newer graphql but didn't work :( Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -22,13 +22,13 @@ LICENSE="BSD"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
IUSE="doc"
|
# ModuleNotFoundError: No module named 'graphql.execution.executors'
|
||||||
|
# Now graphql is at the newest version and this still doesn't work :(
|
||||||
# ModuleNotFoundError: No module named 'graphql.pyutils.compat'
|
# though there are less errors now
|
||||||
# We need newer graphql-core
|
|
||||||
RESTRICT="test"
|
RESTRICT="test"
|
||||||
|
|
||||||
DEPEND="test? (
|
DEPEND="test? (
|
||||||
|
dev-python/aiosqlite[${PYTHON_USEDEP}]
|
||||||
dev-python/aiofiles[${PYTHON_USEDEP}]
|
dev-python/aiofiles[${PYTHON_USEDEP}]
|
||||||
dev-python/black[${PYTHON_USEDEP}]
|
dev-python/black[${PYTHON_USEDEP}]
|
||||||
dev-python/databases[${PYTHON_USEDEP}]
|
dev-python/databases[${PYTHON_USEDEP}]
|
||||||
@@ -40,7 +40,8 @@ DEPEND="test? (
|
|||||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||||
dev-python/sse-starlette[${PYTHON_USEDEP}]
|
dev-python/sse-starlette[${PYTHON_USEDEP}]
|
||||||
dev-python/ujson[${PYTHON_USEDEP}]
|
dev-python/ujson[${PYTHON_USEDEP}]
|
||||||
dev-python/graphene[${PYTHON_USEDEP}] )"
|
dev-python/graphene[${PYTHON_USEDEP}]
|
||||||
|
)"
|
||||||
|
|
||||||
python_prepare_all() {
|
python_prepare_all() {
|
||||||
# do not install LICENSE to /usr/
|
# do not install LICENSE to /usr/
|
||||||
|
|||||||
Reference in New Issue
Block a user