mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-python/tree-sitter: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/39070 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
committed by
Conrad Kostecki
parent
1ba8e58ff9
commit
db34793c19
@@ -1,17 +0,0 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -14,13 +14,9 @@ setup(
|
||||
Extension(
|
||||
name="tree_sitter._binding",
|
||||
sources=[
|
||||
- "tree_sitter/core/lib/src/lib.c",
|
||||
"tree_sitter/binding.c"
|
||||
],
|
||||
- include_dirs=[
|
||||
- "tree_sitter/core/lib/include",
|
||||
- "tree_sitter/core/lib/src"
|
||||
- ],
|
||||
+ libraries=["tree-sitter"],
|
||||
define_macros=[
|
||||
("PY_SSIZE_T_CLEAN", None),
|
||||
],
|
||||
Reference in New Issue
Block a user