From a2e2a1f9bcea79bdffb7ae0723ae28e792d24606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Tue, 16 Feb 2021 12:12:16 +0100 Subject: [PATCH] build: add rpy2 to hidden imports --- build-recipes/hook-shapeout2.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-recipes/hook-shapeout2.py b/build-recipes/hook-shapeout2.py index b00183b..8f80a7e 100644 --- a/build-recipes/hook-shapeout2.py +++ b/build-recipes/hook-shapeout2.py @@ -13,3 +13,5 @@ # Data files datas = collect_data_files("shapeout2", include_py_files=True) datas += collect_data_files("shapeout2", subdir="img") + +hiddenimports = ["rpy2"]