diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-bleak/0001-fix-poetry-version-compatibility.patch')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-bleak/0001-fix-poetry-version-compatibility.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bleak/0001-fix-poetry-version-compatibility.patch b/meta-python/recipes-devtools/python/python3-bleak/0001-fix-poetry-version-compatibility.patch deleted file mode 100644 index 051ebbe674..0000000000 --- a/meta-python/recipes-devtools/python/python3-bleak/0001-fix-poetry-version-compatibility.patch +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 3 | --- a/pyproject.toml 2023-04-19 19:04:47.159474100 -0300 | ||
| 4 | +++ b/pyproject.toml 2023-05-04 08:08:12.289941765 -0300 | ||
| 5 | @@ -31,15 +31,15 @@ | ||
| 6 | bleak-winrt = { version = "^1.2.0", markers = "platform_system=='Windows'" } | ||
| 7 | dbus-fast = { version = "^1.83.0", markers = "platform_system == 'Linux'" } | ||
| 8 | |||
| 9 | -[tool.poetry.group.docs.dependencies] | ||
| 10 | +#[tool.poetry.group.docs.dependencies] | ||
| 11 | Sphinx = { version = "^5.1.1", python = ">=3.8" } | ||
| 12 | sphinx-rtd-theme = "^1.0.0" | ||
| 13 | |||
| 14 | -[tool.poetry.group.lint.dependencies] | ||
| 15 | +#[tool.poetry.group.lint.dependencies] | ||
| 16 | black = "^22.1.0" | ||
| 17 | flake8 = { version = "^5.0.0", python = ">=3.8" } | ||
| 18 | |||
| 19 | -[tool.poetry.group.test.dependencies] | ||
| 20 | +#[tool.poetry.group.test.dependencies] | ||
| 21 | asynctest = { version = "^0.13.0", python = "<3.8" } | ||
| 22 | pytest = "^7.0.0" | ||
| 23 | pytest-asyncio = "^0.19.0" | ||
