Fix some more depend issues
diff --git a/tests/suites/test_suite_pkparse.function b/tests/suites/test_suite_pkparse.function
index 5cdd844..739253d 100644
--- a/tests/suites/test_suite_pkparse.function
+++ b/tests/suites/test_suite_pkparse.function
@@ -61,7 +61,7 @@
 }
 /* END_CASE */
 
-/* BEGIN_CASE depends_on:POLARSSL_FS_IO */
+/* BEGIN_CASE depends_on:POLARSSL_FS_IO:POLARSSL_ECP_C */
 void pk_parse_public_keyfile_ec( char *key_file, int result )
 {
     pk_context ctx;
@@ -85,7 +85,7 @@
 }
 /* END_CASE */
 
-/* BEGIN_CASE depends_on:POLARSSL_FS_IO */
+/* BEGIN_CASE depends_on:POLARSSL_FS_IO:POLARSSL_ECP_C */
 void pk_parse_keyfile_ec( char *key_file, char *password, int result )
 {
     pk_context ctx;