summaryrefslogtreecommitdiff
path: root/devel/py-bitstring/files/patch-pyproject.toml
blob: 60439715b8c9db5c66b0c2099bdb77dea8e7bab5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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]