opnsense-ports/devel/py-hatch-semver/files/patch-pyproject.toml
Franco Fichtner fb62da26df */*: sync with upstream
Taken from: FreeBSD
2024-03-11 10:55:04 +01:00

10 lines
212 B
TOML

--- pyproject.toml.orig 2020-02-02 00:00:00 UTC
+++ pyproject.toml
@@ -1,7 +1,6 @@ requires = [
[build-system]
requires = [
"hatchling",
- "hatch-semver==2.0.1",
]
build-backend = "hatchling.build"