summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pymysql_1.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pymysql_1.1.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pymysql_1.1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pymysql_1.1.0.bb b/meta-python/recipes-devtools/python/python3-pymysql_1.1.0.bb
index f797674e84..5e56a64aa1 100644
--- a/meta-python/recipes-devtools/python/python3-pymysql_1.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pymysql_1.1.0.bb
@@ -16,4 +16,4 @@ inherit pypi python_setuptools_build_meta
16UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pymysql/" 16UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pymysql/"
17UPSTREAM_CHECK_REGEX = "/pymysql/(?P<pver>(\d+[\.\-_]*)+)" 17UPSTREAM_CHECK_REGEX = "/pymysql/(?P<pver>(\d+[\.\-_]*)+)"
18 18
19RDEPENDS:${PN} += "${PYTHON_PN}-cryptography" 19RDEPENDS:${PN} += "python3-cryptography"