diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-m2crypto_0.23.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-m2crypto_0.23.0.bb b/meta-python/recipes-devtools/python/python-m2crypto_0.23.0.bb index 73d8bb1278..ab665d4798 100644 --- a/meta-python/recipes-devtools/python/python-m2crypto_0.23.0.bb +++ b/meta-python/recipes-devtools/python/python-m2crypto_0.23.0.bb | |||
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "1ac3b6eafa5ff7e2a0796675316d7569b28aada45a7ab74042ad089d15 | |||
10 | SRC_URI += "file://0001-setup.py-link-in-sysroot-not-in-host-directories.patch " | 10 | SRC_URI += "file://0001-setup.py-link-in-sysroot-not-in-host-directories.patch " |
11 | 11 | ||
12 | PYPI_PACKAGE = "M2Crypto" | 12 | PYPI_PACKAGE = "M2Crypto" |
13 | inherit pypi setuptools | 13 | inherit pypi setuptools siteinfo |
14 | 14 | ||
15 | DEPENDS += "openssl swig-native" | 15 | DEPENDS += "openssl swig-native" |
16 | 16 | ||