diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-06-18 11:29:28 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-06-18 06:32:38 -0700 |
commit | d29f84835bbd39a05be310126d37f5d2c00ed2ba (patch) | |
tree | 5b7767dc495523c5afffcd12ddb454cabafda2a3 /meta-python/recipes-devtools/python/python-twisted_19.2.1.bb | |
parent | 1e0ec61f7a947549ec1f378c606b9554b87cae66 (diff) | |
download | meta-openembedded-d29f84835bbd39a05be310126d37f5d2c00ed2ba.tar.gz |
python-twisted: upgrade 19.2.0 -> 19.2.1
-Upgrade from python-twisted_19.2.0.bb to python-twisted_19.2.1.bb.
-Upgrade from python3-twisted_19.2.0.bb to python3-twisted_19.2.1.bb.
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.2.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-twisted_19.2.1.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-twisted_19.2.1.bb b/meta-python/recipes-devtools/python/python-twisted_19.2.1.bb new file mode 100644 index 0000000000..5903db3e02 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-twisted_19.2.1.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 | " | ||