diff --git a/br-ext/package/optee_examples/optee_examples.mk b/br-ext/package/optee_examples/optee_examples.mk
index bc5adaf01c9d881ceeafe4918317f39a11062ae0..3eb51df380fd5dabfbedbd9631880e4aabfa5936 100644
--- a/br-ext/package/optee_examples/optee_examples.mk
+++ b/br-ext/package/optee_examples/optee_examples.mk
@@ -3,7 +3,7 @@ OPTEE_EXAMPLES_SOURCE = local
 OPTEE_EXAMPLES_SITE = $(BR2_PACKAGE_OPTEE_EXAMPLES_SITE)
 OPTEE_EXAMPLES_SITE_METHOD = local
 OPTEE_EXAMPLES_INSTALL_STAGING = YES
-OPTEE_EXAMPLES_DEPENDENCIES = optee_client
+OPTEE_EXAMPLES_DEPENDENCIES = optee_client host-python-pycrypto
 OPTEE_EXAMPLES_SDK = $(BR2_PACKAGE_OPTEE_EXAMPLES_SDK)
 OPTEE_EXAMPLES_CONF_OPTS = -DOPTEE_EXAMPLES_SDK=$(OPTEE_EXAMPLES_SDK)
 
diff --git a/br-ext/package/optee_test/optee_test.mk b/br-ext/package/optee_test/optee_test.mk
index cbcb1314f00afc0455353ca06bc6d8fafdf1d619..b9ed338802149f80e30b98683ac2840fe8029ced 100644
--- a/br-ext/package/optee_test/optee_test.mk
+++ b/br-ext/package/optee_test/optee_test.mk
@@ -3,7 +3,7 @@ OPTEE_TEST_SOURCE = local
 OPTEE_TEST_SITE = $(BR2_PACKAGE_OPTEE_TEST_SITE)
 OPTEE_TEST_SITE_METHOD = local
 OPTEE_TEST_INSTALL_STAGING = YES
-OPTEE_TEST_DEPENDENCIES = optee_client openssl
+OPTEE_TEST_DEPENDENCIES = optee_client openssl host-python-pycrypto
 OPTEE_TEST_SDK = $(BR2_PACKAGE_OPTEE_TEST_SDK)
 OPTEE_TEST_CONF_OPTS = -DOPTEE_TEST_SDK=$(OPTEE_TEST_SDK)