]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
pyproject.toml: added build dependencies group
authorAleš Mrázek <ales.mrazek@nic.cz>
Wed, 27 Aug 2025 09:48:59 +0000 (11:48 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Wed, 27 Aug 2025 09:54:32 +0000 (11:54 +0200)
pyproject.toml

index 6bd77adc68b505b550d4cbd0e8ab0640c0269dbe..60a1c636df57bf0fa7d9c1f1d1bfa248c74d5259 100644 (file)
@@ -40,6 +40,10 @@ watchdog = { version = "*", optional = true }
 prometheus = ["prometheus-client"]
 watchdog = ["watchdog"]
 
+[tool.poetry.group.build.dependencies]
+poetry-core = ">=1.0.0"
+setuptools = ">=67.8.0"
+
 [tool.poetry.group.dev.dependencies]
 poetry = "^1.8.3"
 pyparsing = "^3.1.1"
@@ -129,7 +133,7 @@ no_implicit_optional = true
 
 [build-system]
 requires = [
-    "poetry-core>=1.0.0",
-    "setuptools>=67.8.0"
+    "poetry-core",
+    "setuptools"
 ]
 build-backend = "poetry.core.masonry.api"