summaryrefslogtreecommitdiff
path: root/devel/py-bitstring/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-bitstring/files/patch-pyproject.toml')
-rw-r--r--devel/py-bitstring/files/patch-pyproject.toml11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/py-bitstring/files/patch-pyproject.toml b/devel/py-bitstring/files/patch-pyproject.toml
deleted file mode 100644
index 60439715b8c9..000000000000
--- a/devel/py-bitstring/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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]