aboutsummaryrefslogtreecommitdiff
path: root/devel/py-tree-sitter-languages/files/patch-setup.py
blob: fc1f7588e798640e0a154d6e4d18bc92b14e214d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- setup.py.orig	2024-02-04 06:12:50 UTC
+++ setup.py
@@ -3,6 +3,7 @@ from Cython.Build import cythonize
 import setuptools
 
 from Cython.Build import cythonize
+from build_cython import *
 
 init = (pathlib.Path('tree_sitter_languages') / '__init__.py').read_text()
 match = re.search(r"^__version__ = '(.+)'$", init, re.MULTILINE)