diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-11-20 16:08:01 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-20 06:57:27 -0800 |
commit | ae77b5dc959e525514cd03e24d21b2296196f17e (patch) | |
tree | f30d7c18e505805ac96605936ce292db01a7bde0 /meta-python/recipes-devtools/python/python-twisted_19.10.0.bb | |
parent | ae9b523493e4a0363f327c1cb5414a759ed8e15e (diff) | |
download | meta-openembedded-ae77b5dc959e525514cd03e24d21b2296196f17e.tar.gz |
python-twisted: upgrade 19.7.0 -> 19.10.0
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-twisted_19.10.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-twisted_19.10.0.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-twisted_19.10.0.bb b/meta-python/recipes-devtools/python/python-twisted_19.10.0.bb new file mode 100644 index 0000000000..5903db3e02 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-twisted_19.10.0.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | inherit pypi setuptools | ||
2 | require python-twisted.inc | ||
3 | |||
4 | RDEPENDS_${PN}-core += "${PYTHON_PN}-contextlib" | ||
5 | |||
6 | RDEPENDS_${PN} += " \ | ||
7 | ${PN}-news \ | ||
8 | " | ||