Skip to content

Commit a10c65a

Browse files
committed
fix: install pycparser to resolve cairocffi build error
1 parent 31ddacd commit a10c65a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

requirements/pip_tools.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Dependencies to run compile tools
22
-c constraints.txt
33
pip-tools # Contains pip-compile, used to generate pip requirements files
4+
pycparser

requirements/pip_tools.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ packaging==25.0
1212
# via build
1313
pip-tools==7.4.1
1414
# via -r requirements/pip_tools.in
15+
pycparser==2.22
16+
# via -r requirements/pip_tools.in
1517
pyproject-hooks==1.2.0
1618
# via
1719
# build

0 commit comments

Comments
 (0)