summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-babel_2.13.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-babel_2.13.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-babel_2.13.1.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/recipes-devtools/python/python3-babel_2.13.1.bb b/meta/recipes-devtools/python/python3-babel_2.13.1.bb
deleted file mode 100644
index 79d8fba77f..0000000000
--- a/meta/recipes-devtools/python/python3-babel_2.13.1.bb
+++ /dev/null
@@ -1,26 +0,0 @@
1SUMMARY = "A collection of tools for internationalizing Python applications"
2HOMEPAGE = "http://babel.edgewall.org/"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=0f97d9a63e91407b4c0d01efde91cfc0"
5
6SRC_URI[sha256sum] = "33e0952d7dd6374af8dbf6768cc4ddf3ccfefc244f9986d4074704f2fbd18900"
7
8PYPI_PACKAGE = "Babel"
9
10inherit pypi setuptools3
11
12CLEANBROKEN = "1"
13
14RDEPENDS:${PN} += " \
15 ${PYTHON_PN}-codecs \
16 ${PYTHON_PN}-difflib \
17 ${PYTHON_PN}-netserver \
18 ${PYTHON_PN}-numbers \
19 ${PYTHON_PN}-pickle \
20 ${PYTHON_PN}-pytz \
21 ${PYTHON_PN}-setuptools \
22 ${PYTHON_PN}-shell \
23 ${PYTHON_PN}-threading \
24"
25
26BBCLASSEXTEND = "native nativesdk"