Skip to content

Commit 63e116f

Browse files
committed
patch msgpack
1 parent ab63182 commit 63e116f

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[[rules]]
2+
version = '== 1.0.8'
3+
patch = 'msgpack-1.0.8.patch'
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/pyproject.toml b/pyproject.toml
2+
index f9af967..1f5a002 100644
3+
--- a/pyproject.toml
4+
+++ b/pyproject.toml
5+
@@ -2,7 +2,7 @@
6+
requires = [
7+
# Also declared in requirements.txt, if updating here please also update
8+
# there
9+
- "Cython~=3.0.8",
10+
+ "Cython < 3",
11+
"setuptools >= 35.0.2",
12+
]
13+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)