diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pkcs11_0.7.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pkcs11_0.7.0.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pkcs11_0.7.0.bb b/meta-python/recipes-devtools/python/python3-pkcs11_0.7.0.bb index 816b728dc0..84bc17959a 100644 --- a/meta-python/recipes-devtools/python/python3-pkcs11_0.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-pkcs11_0.7.0.bb | |||
@@ -9,12 +9,11 @@ SRC_URI[sha256sum] = "9737e0c24cabb8bc9d48bf8c57c3df2a70f8cdd96b70c50290803286f9 | |||
9 | 9 | ||
10 | PYPI_PACKAGE = "python-pkcs11" | 10 | PYPI_PACKAGE = "python-pkcs11" |
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 cython |
13 | 13 | ||
14 | BBCLASSEXTEND = "native" | 14 | BBCLASSEXTEND = "native" |
15 | 15 | ||
16 | DEPENDS += " \ | 16 | DEPENDS += " \ |
17 | python3-cython-native \ | ||
18 | python3-setuptools-scm-native \ | 17 | python3-setuptools-scm-native \ |
19 | python3 \ | 18 | python3 \ |
20 | " | 19 | " |