Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
a8bf8978c2366e5c179790d34f5dae3cb3403254
/
.
/
meta-openembedded
/
meta-python
/
recipes-devtools
/
python
/
python3-cassandra-driver_3.13.0.bb
blob: 34f149d3f5f3b16a61f0730e83984688499a681e [
file
] [
log
] [
blame
]
Brad Bishop
6e60e8b
2018-02-01 10:27:11 -0500
[
diff
] [
blame
]
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
"