aports/testing/py3-pure_protobuf/use_fixed_version.patch
2024-09-27 08:18:48 +00:00

23 lines
688 B
Diff

diff --git a/pyproject.toml b/pyproject.toml
index c0a325364fc..17be46fca96 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,7 +13,7 @@ license = "MIT"
name = "pure-protobuf"
readme = "README.md"
repository = "https://github.com/eigenein/protobuf"
-version = "0.0.0"
+version = "3.1.2"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
@@ -30,8 +30,7 @@ classifiers = [
]
[build-system]
-requires = ["poetry-core", "poetry-dynamic-versioning"]
-build-backend = "poetry_dynamic_versioning.backend"
+requires = ["poetry-core"]
[tool.poetry.dependencies]
get-annotations = { version = "^0.1.2", python = "<3.10" }