diff options
| author | Derek Straka <derek@asterius.io> | 2018-03-19 08:18:34 -0400 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-03-29 16:48:43 -0700 |
| commit | df631f710c0ddeecbe1f5b9a75e62270bc86a9ca (patch) | |
| tree | bbbe5af6661c5dd0bb1950b6098228b152b7b906 /meta-python/recipes-devtools/python/python3-cassandra-driver_3.13.0.bb | |
| parent | 960ae72e101d753b712e8bc40d8bdb4a0bcb0c5e (diff) | |
| download | meta-openembedded-df631f710c0ddeecbe1f5b9a75e62270bc86a9ca.tar.gz | |
python-cassandra-driver: update to version 3.13.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cassandra-driver_3.13.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cassandra-driver_3.13.0.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cassandra-driver_3.13.0.bb b/meta-python/recipes-devtools/python/python3-cassandra-driver_3.13.0.bb new file mode 100644 index 0000000000..34f149d3f5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cassandra-driver_3.13.0.bb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-cassandra-driver.inc | ||
| 3 | |||
| 4 | # Requires concurrent which is currently in -misc | ||
| 5 | RDEPENDS_${PN} += " \ | ||
| 6 | ${PYTHON_PN}-misc \ | ||
| 7 | ${PYTHON_PN}-numbers \ | ||
| 8 | " | ||
