diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python-cython_0.20.2.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cython_0.20.2.bb b/meta-python/recipes-devtools/python/python-cython_0.20.2.bb index 9f357ec04..3966e0b96 100644 --- a/meta-python/recipes-devtools/python/python-cython_0.20.2.bb +++ b/meta-python/recipes-devtools/python/python-cython_0.20.2.bb | |||
@@ -14,3 +14,11 @@ SRC_URI[md5sum] = "7fc13e1c665bdf7cea19ad08906af91f" | |||
14 | SRC_URI[sha256sum] = "ed13b606a2aeb5bd6c235f8ed6c9988c99d01a033d0d21d56137c13d5c7be63f" | 14 | SRC_URI[sha256sum] = "ed13b606a2aeb5bd6c235f8ed6c9988c99d01a033d0d21d56137c13d5c7be63f" |
15 | 15 | ||
16 | inherit setuptools | 16 | inherit setuptools |
17 | |||
18 | RDEPENDS_${PN} += "\ | ||
19 | python-distribute \ | ||
20 | python-netserver \ | ||
21 | python-subprocess \ | ||
22 | python-shell \ | ||
23 | " | ||
24 | RDEPENDS_${PN}_class-native = "" | ||