Fix compile missing hatchling build backend

Signed-off-by: Lars Pedersen <[email protected]>
---
 rules/python3-urllib3.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rules/python3-urllib3.in b/rules/python3-urllib3.in
index e97430a41..437f6ee5d 100644
--- a/rules/python3-urllib3.in
+++ b/rules/python3-urllib3.in
@@ -2,6 +2,8 @@
 
 config PYTHON3_URLLIB3
        tristate
+       select HOST_PYTHON3_PYBUILD
+       select HOST_PYTHON3_HATCHLING
        select PYTHON3
        prompt "urllib3"
        help
-- 
2.47.0


Reply via email to