Replace old references to 'mbedtls_dev'

The module has been renamed to 'framework_dev'.

Signed-off-by: David Horstmann <[email protected]>
This commit is contained in:
David Horstmann
2024-04-05 15:17:41 +01:00
parent 56e0c1555c
commit 4765480ac1
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -29,8 +29,8 @@ from cryptography import x509
from generate_test_code import FileWrapper
import scripts_path # pylint: disable=unused-import
from mbedtls_dev import build_tree
from mbedtls_dev import logging_util
from framework_dev import build_tree
from framework_dev import logging_util
def check_cryptography_version():
match = re.match(r'^[0-9]+', cryptography.__version__)
+1 -1
View File
@@ -1,3 +1,3 @@
# This file needs to exist to make mbedtls_dev a package.
# This file needs to exist to make framework_dev a package.
# Among other things, this allows modules in this directory to make
# relative imports.