dev-python/pure-protobuf: add 3.0.1

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-03-06 21:10:31 +09:00
parent ea018323fe
commit 6571879228
4 changed files with 39 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
We don't need dynamic versioning, replace with default backend.
--- a/pyproject.toml 2024-03-06 20:59:32.071133500 +0900
+++ b/pyproject.toml 2024-03-06 21:00:01.002037882 +0900
@@ -31,7 +31,7 @@
[build-system]
requires = ["poetry-core", "poetry-dynamic-versioning"]
-build-backend = "poetry_dynamic_versioning.backend"
+build-backend = "poetry.core.masonry.api"
[tool.poetry.dependencies]
get-annotations = { version = "^0.1.2", python = "<3.10" }