opnsense-ports/devel/py-bitstring/files/patch-pyproject.toml
Franco Fichtner 2d2f7f9f04 */*: sync with upstream
Taken from: FreeBSD
2024-08-05 09:48:22 +02:00

11 lines
240 B
TOML

--- pyproject.toml.orig 2023-08-17 13:50:39 UTC
+++ pyproject.toml
@@ -26,7 +26,7 @@ dependencies = [
]
keywords = ["binary", "bitarray", "bitvector"]
dependencies = [
- "bitarray == 2.8.0",
+ "bitarray >= 2.8.0",
]
[project.urls]