summaryrefslogtreecommitdiff
path: root/devel/py-thriftpy2/files/patch-pyproject.toml
blob: c9747b866406bc71741b7da5508397770924ff84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2024-07-05 11:57:11 UTC
+++ pyproject.toml
@@ -9,7 +9,7 @@ dependencies = [
     {name = "ThriftPy Organization", email = "gotzehsing@gmail.com"},
 ]
 dependencies = [
-    "Cython>=3.0.10",
+    "Cython",
     "ply>=3.4,<4.0",
     "six~=1.15",
 ]