Skip to content

Commit e18351b

Browse files
authored
fix(python): build (#223)
1 parent ed9fc83 commit e18351b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyroscope_ffi/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ def find_dylib():
3737
setup(
3838
platforms="any",
3939
milksnake_tasks=[build_native],
40-
setup_requires=["pyromilksnakex==0.1.8"],
40+
setup_requires=["pyromilksnakex==0.1.8", "cffi>=1.6.0", "pycparser"],
4141
)

0 commit comments

Comments
 (0)