libcrypta: Fix dependencies

nanopb is now split into 2 different packages `nanopb-generator` and
`nanopb-runtime` and it no longer propagates the required libcrypto.

Tested: Builds
Fusion-Link: N/A
Google-Bug-Id: 331463024
Change-Id: Iea2149692f1a6ee3fc468053d4ae4285284018ba
Signed-off-by: Willy Tu <wltu@google.com>
Signed-off-by: William A. Kennington III <wak@google.com>
(cherry picked from commit a3464bead193bd07b57da9801bd746f30a8fee36)
diff --git a/recipes-google/libcrypta/libcrypta_git.bb b/recipes-google/libcrypta/libcrypta_git.bb
index 47d2539..9e987a1 100644
--- a/recipes-google/libcrypta/libcrypta_git.bb
+++ b/recipes-google/libcrypta/libcrypta_git.bb
@@ -10,8 +10,9 @@
 DEPENDS += " \
   abseil-cpp \
   fmt \
-  nanopb \
-  nanopb-native \
+  nanopb-runtime \
+  nanopb-generator-native \
+  openssl \
   phosphor-logging \
   protobuf \
   protobuf-native \