Signed-off-by: Artur Wiebe <[email protected]>
---
 rules/host-python3-cffi.in | 1 +
 rules/python3-cffi.in      | 1 +
 2 files changed, 2 insertions(+)

diff --git a/rules/host-python3-cffi.in b/rules/host-python3-cffi.in
index a151897d5..f1ef95cad 100644
--- a/rules/host-python3-cffi.in
+++ b/rules/host-python3-cffi.in
@@ -3,5 +3,6 @@
 config HOST_PYTHON3_CFFI
        tristate
        select HOST_PYTHON3
+       select HOST_PYTHON3_PYCPARSER
        help
          Foreign Function Interface for Python calling C code.
diff --git a/rules/python3-cffi.in b/rules/python3-cffi.in
index e26714d51..78e3d915f 100644
--- a/rules/python3-cffi.in
+++ b/rules/python3-cffi.in
@@ -3,6 +3,7 @@
 config PYTHON3_CFFI
        tristate
        select PYTHON3
+       select PYTHON3_PYCPARSER        if RUNTIME
        prompt "python3-cffi"
        help
          Foreign Function Interface for Python calling C code.
-- 
2.40.0


Reply via email to