diff options
author | Derek Straka <derek@asterius.io> | 2017-09-16 18:49:28 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-09-22 22:50:42 +0000 |
commit | 58074e02f9767003307b55d63c7404b8e9f67b31 (patch) | |
tree | a4df7995dd86933e4150459351a37dac9357014e /meta-python/recipes-devtools/python/python3-babel_2.5.0.bb | |
parent | 3feb56cf1f1712fbcdb8909ae7101a24b5cc16e2 (diff) | |
download | meta-openembedded-contrib-58074e02f9767003307b55d63c7404b8e9f67b31.tar.gz |
python-babel: update to version 2.5.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-babel_2.5.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-babel_2.5.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-babel_2.5.0.bb b/meta-python/recipes-devtools/python/python3-babel_2.5.0.bb new file mode 100644 index 00000000000..05084ac2e59 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-babel_2.5.0.bb @@ -0,0 +1,5 @@ +inherit setuptools3 +require python-babel.inc + +# Requires _pydecimal.py which is in misc +RDEPENDS_${PN} += "${PYTHON_PN}-misc" |