diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
9 files changed, 7 insertions, 16 deletions
diff --git a/meta-python/recipes-devtools/python/python-jinja2.inc b/meta-python/recipes-devtools/python/python-jinja2.inc index 72562fb53b..510765b286 100644 --- a/meta-python/recipes-devtools/python/python-jinja2.inc +++ b/meta-python/recipes-devtools/python/python-jinja2.inc | |||
@@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "f84be1bb0040caca4cea721fcbbbbd61f9be9464ca236387158b0feea0 | |||
9 | 9 | ||
10 | RDEPENDS_${PN} += "${PYTHON_PN}-io ${PYTHON_PN}-pickle ${PYTHON_PN}-crypt \ | 10 | RDEPENDS_${PN} += "${PYTHON_PN}-io ${PYTHON_PN}-pickle ${PYTHON_PN}-crypt \ |
11 | ${PYTHON_PN}-math ${PYTHON_PN}-netclient ${PYTHON_PN}-textutils \ | 11 | ${PYTHON_PN}-math ${PYTHON_PN}-netclient ${PYTHON_PN}-textutils \ |
12 | ${PYTHON_PN}-lang ${PYTHON_PN}-pprint ${PYTHON_PN}-shell ${PYTHON_PN}-markupsafe \ | 12 | ${PYTHON_PN}-pprint ${PYTHON_PN}-shell ${PYTHON_PN}-markupsafe \ |
13 | ${PYTHON_PN}-json ${PYTHON_PN}-threading ${PYTHON_PN}-numbers" | 13 | ${PYTHON_PN}-json ${PYTHON_PN}-threading ${PYTHON_PN}-numbers" |
14 | 14 | ||
15 | CLEANBROKEN = "1" | 15 | CLEANBROKEN = "1" |
diff --git a/meta-python/recipes-devtools/python/python-jinja2_2.10.bb b/meta-python/recipes-devtools/python/python-jinja2_2.10.bb index 19b2bfaf68..06075213f7 100644 --- a/meta-python/recipes-devtools/python/python-jinja2_2.10.bb +++ b/meta-python/recipes-devtools/python/python-jinja2_2.10.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | inherit pypi setuptools | 1 | inherit pypi setuptools |
2 | require python-jinja2.inc | 2 | require python-jinja2.inc |
3 | 3 | ||
4 | RDEPENDS_${PN} += "${PYTHON_PN}-re" | 4 | RDEPENDS_${PN} += "${PYTHON_PN}-lang ${PYTHON_PN}-re" |
diff --git a/meta-python/recipes-devtools/python/python-jsonschema.inc b/meta-python/recipes-devtools/python/python-jsonschema.inc index b602b27b96..748ef6e2ee 100644 --- a/meta-python/recipes-devtools/python/python-jsonschema.inc +++ b/meta-python/recipes-devtools/python/python-jsonschema.inc | |||
@@ -11,7 +11,6 @@ RDEPENDS_${PN} += " \ | |||
11 | ${PYTHON_PN}-core \ | 11 | ${PYTHON_PN}-core \ |
12 | ${PYTHON_PN}-io \ | 12 | ${PYTHON_PN}-io \ |
13 | ${PYTHON_PN}-json \ | 13 | ${PYTHON_PN}-json \ |
14 | ${PYTHON_PN}-lang \ | ||
15 | ${PYTHON_PN}-netclient \ | 14 | ${PYTHON_PN}-netclient \ |
16 | ${PYTHON_PN}-numbers \ | 15 | ${PYTHON_PN}-numbers \ |
17 | ${PYTHON_PN}-pkgutil \ | 16 | ${PYTHON_PN}-pkgutil \ |
diff --git a/meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb b/meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb index 55cbb20206..c118f2d8a0 100644 --- a/meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb +++ b/meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb | |||
@@ -5,5 +5,6 @@ RDEPENDS_${PN} += " \ | |||
5 | ${PYTHON_PN}-argparse \ | 5 | ${PYTHON_PN}-argparse \ |
6 | ${PYTHON_PN}-contextlib \ | 6 | ${PYTHON_PN}-contextlib \ |
7 | ${PYTHON_PN}-functools32 \ | 7 | ${PYTHON_PN}-functools32 \ |
8 | ${PYTHON_PN}-lang \ | ||
8 | ${PYTHON_PN}-re \ | 9 | ${PYTHON_PN}-re \ |
9 | " | 10 | " |
diff --git a/meta-python/recipes-devtools/python/python-pyasn1.inc b/meta-python/recipes-devtools/python/python-pyasn1.inc index 2539101ce3..f3c32e08af 100644 --- a/meta-python/recipes-devtools/python/python-pyasn1.inc +++ b/meta-python/recipes-devtools/python/python-pyasn1.inc | |||
@@ -8,7 +8,6 @@ SRC_URI[sha256sum] = "d258b0a71994f7770599835249cece1caef3c70def868c4915e6e5ca49 | |||
8 | 8 | ||
9 | RDEPENDS_${PN}_class-target += " \ | 9 | RDEPENDS_${PN}_class-target += " \ |
10 | ${PYTHON_PN}-codecs \ | 10 | ${PYTHON_PN}-codecs \ |
11 | ${PYTHON_PN}-lang \ | ||
12 | ${PYTHON_PN}-logging \ | 11 | ${PYTHON_PN}-logging \ |
13 | ${PYTHON_PN}-math \ | 12 | ${PYTHON_PN}-math \ |
14 | ${PYTHON_PN}-shell \ | 13 | ${PYTHON_PN}-shell \ |
diff --git a/meta-python/recipes-devtools/python/python-pyasn1_0.4.2.bb b/meta-python/recipes-devtools/python/python-pyasn1_0.4.2.bb index 4461918cac..a13c74dda8 100644 --- a/meta-python/recipes-devtools/python/python-pyasn1_0.4.2.bb +++ b/meta-python/recipes-devtools/python/python-pyasn1_0.4.2.bb | |||
@@ -1,2 +1,6 @@ | |||
1 | inherit pypi setuptools | 1 | inherit pypi setuptools |
2 | require python-pyasn1.inc | 2 | require python-pyasn1.inc |
3 | |||
4 | RDEPENDS_${PN} += "\ | ||
5 | ${PYTHON_PN}-lang \ | ||
6 | " | ||
diff --git a/meta-python/recipes-devtools/python/python3-cryptography_2.1.4.bb b/meta-python/recipes-devtools/python/python3-cryptography_2.1.4.bb index f807042ec0..f64e51d3f1 100644 --- a/meta-python/recipes-devtools/python/python3-cryptography_2.1.4.bb +++ b/meta-python/recipes-devtools/python/python3-cryptography_2.1.4.bb | |||
@@ -4,7 +4,3 @@ require python-cryptography.inc | |||
4 | SRC_URI += " \ | 4 | SRC_URI += " \ |
5 | file://run-ptest \ | 5 | file://run-ptest \ |
6 | " | 6 | " |
7 | |||
8 | RDEPENDS_${PN} += " \ | ||
9 | ${PYTHON_PN}-lang \ | ||
10 | " | ||
diff --git a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb b/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb index 0292555c74..a62d944bac 100644 --- a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb | |||
@@ -1,8 +1,2 @@ | |||
1 | require python-pyudev.inc | 1 | require python-pyudev.inc |
2 | |||
3 | RDEPENDS_${PN} = "\ | ||
4 | ${PYTHON_PN}-lang \ | ||
5 | " | ||
6 | |||
7 | inherit pypi setuptools3 | 2 | inherit pypi setuptools3 |
8 | |||
diff --git a/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb b/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb index d7533d8e70..dfb9d4a4cc 100644 --- a/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb | |||
@@ -1,8 +1,6 @@ | |||
1 | inherit pypi setuptools3 | 1 | inherit pypi setuptools3 |
2 | require python-twisted.inc | 2 | require python-twisted.inc |
3 | 3 | ||
4 | RDEPENDS_${PN}-core += "python3-lang" | ||
5 | |||
6 | FILES_${PN}-core_append += " \ | 4 | FILES_${PN}-core_append += " \ |
7 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/__pycache__ \ | 5 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/__pycache__ \ |
8 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/__pycache__/*pyc \ | 6 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/__pycache__/*pyc \ |