diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-cassandra-driver_3.25.0.bb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cassandra-driver_3.25.0.bb b/meta-python/recipes-devtools/python/python3-cassandra-driver_3.25.0.bb index a1941bf3cb..ad446d6efa 100644 --- a/meta-python/recipes-devtools/python/python3-cassandra-driver_3.25.0.bb +++ b/meta-python/recipes-devtools/python/python3-cassandra-driver_3.25.0.bb | |||
@@ -10,17 +10,11 @@ SRCNAME = "cassandra-driver" | |||
10 | 10 | ||
11 | SRC_URI[sha256sum] = "8ad7d7c090eb1cac6110b3bfc1fd2d334ac62f415aac09350ebb8d241b7aa7ee" | 11 | SRC_URI[sha256sum] = "8ad7d7c090eb1cac6110b3bfc1fd2d334ac62f415aac09350ebb8d241b7aa7ee" |
12 | 12 | ||
13 | DISTUTILS_BUILD_ARGS += " \ | ||
14 | --no-libev \ | ||
15 | " | ||
16 | DISTUTILS_INSTALL_ARGS += " \ | ||
17 | --no-libev \ | ||
18 | " | ||
19 | |||
20 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
21 | 14 | ||
22 | RDEPENDS_${PN} += "\ | 15 | RDEPENDS_${PN} += "\ |
23 | ${PYTHON_PN}-cython \ | 16 | ${PYTHON_PN}-cython \ |
17 | ${PYTHON_PN}-geomet \ | ||
24 | ${PYTHON_PN}-json \ | 18 | ${PYTHON_PN}-json \ |
25 | ${PYTHON_PN}-misc \ | 19 | ${PYTHON_PN}-misc \ |
26 | ${PYTHON_PN}-multiprocessing \ | 20 | ${PYTHON_PN}-multiprocessing \ |