poky/meta/recipes-devtools/python
Mark Asselstine c760d99466 python: don't include -tests with modules
Although 'test' is listed in the python module list
(https://docs.python.org/3/py-modindex.html) it is meant only to be
used 'internally' by folks developing python itself. Per the
documentation:

  Note The test package is meant for internal use by Python only. It
  is documented for the benefit of the core developers of Python. Any
  use of this package outside of Python’s standard library is
  discouraged as code mentioned here can change or be removed without
  notice between releases of Python.

Per the above it is best not to include this module to discourage
folks who might not head the above warnings. Additionally this module
is one of the largest py modules going, by dropping this unneeded
module from the 'modules' package we can reduce overall image size,
something which is important for many embedded deployments.

The generator scripts as well as the manifests have thus been modified
accordingly, providing a generic mechanism to exclude modules from the
'all modules' package.

(From OE-Core rev: a5bb13a5d7d7a668ca61da6b17884e3b05b95355)

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-08-03 11:14:13 +01:00
..
python meta: Add/fix missing Upstream-Status to patches 2017-06-27 10:38:43 +01:00
python-native python-native: Remove unused patch 2017-03-16 22:11:32 +00:00
python3 python3: fix weakref spewing exceptions during interp finalization 2017-07-21 22:51:37 +01:00
python3-iniparse dnf: move the entire dnf/rpm4 stack to Python 3 2017-03-28 08:43:13 +01:00
python3-pygobject python3-pygobject: Don't use gnome-common 2017-07-17 14:01:39 +01:00
python_2.7.13.bb python: Upgrade both python and python-native to 2.7.13 2017-03-01 23:27:06 +00:00
python-2.7-manifest.inc python: don't include -tests with modules 2017-08-03 11:14:13 +01:00
python-3.5-manifest.inc python: don't include -tests with modules 2017-08-03 11:14:13 +01:00
python-async.inc python: Several recipes needed SRC_URI updating 2016-06-12 23:47:17 +01:00
python-git.inc python3-git: upgrade to 2.1.5 2017-07-21 22:51:38 +01:00
python-gitdb.inc python: Several recipes needed SRC_URI updating 2016-06-12 23:47:17 +01:00
python-mako.inc python3-mako: update to 1.0.7 2017-07-21 22:51:38 +01:00
python-native_2.7.13.bb generate-manifest-2.7.py: add logic to generate native manifest 2017-03-01 23:27:10 +00:00
python-native-2.7-manifest.inc python: add python-modules-native to RPROVIDES for python-native 2017-06-06 19:52:26 +01:00
python-native-3.5-manifest.inc python3: add python3-modules-native to RPROVIDES for python3-native 2017-06-06 19:52:26 +01:00
python-nose_1.3.7.bb python: Several recipes needed SRC_URI updating 2016-06-12 23:47:17 +01:00
python-scons_2.5.1.bb python-scons*: upgrade to 2.5.1 2016-11-23 11:10:15 +00:00
python-scons-native_2.5.1.bb python-scons*: upgrade to 2.5.1 2016-11-23 11:10:15 +00:00
python-setuptools_36.2.0.bb python*-setuptools: upgrade to 36.2.0 2017-07-24 09:13:30 +01:00
python-setuptools.inc python*-setuptools: upgrade to 36.2.0 2017-07-24 09:13:30 +01:00
python-six.inc python-six: Add to oe-core 2016-07-20 10:28:47 +01:00
python-smmap.inc python: Several recipes needed SRC_URI updating 2016-06-12 23:47:17 +01:00
python.inc python.inc: set CVE_PRODUCT to python 2017-07-24 09:13:31 +01:00
python3_3.5.3.bb python3: fix weakref spewing exceptions during interp finalization 2017-07-21 22:51:37 +01:00
python3-async_0.6.2.bb python3-async: add it for python3-gitdb 2016-05-19 09:05:19 +01:00
python3-dbus_1.2.4.bb pythonnative.bbclass, python3native.bbclass: export STAGING_INCDIR, STAGING_LIBDIR, PYTHON variables 2016-07-01 16:22:42 +01:00
python3-docutils_0.13.1.bb python3-docutils: upgrade to 0.13.1 2017-01-19 22:47:21 +00:00
python3-git_2.1.5.bb python3-git: upgrade to 2.1.5 2017-07-21 22:51:38 +01:00
python3-gitdb_0.6.4.bb python3-gitdb: Fixes zlib missing dependency 2016-08-17 10:35:42 +01:00
python3-iniparse_0.4.bb python3-iniparse: fix upstream version check 2017-04-29 11:17:23 +01:00
python3-mako_1.0.7.bb python3-mako: update to 1.0.7 2017-07-21 22:51:38 +01:00
python3-native_3.5.3.bb python: update to 3.5.3 2017-05-18 14:01:47 +01:00
python3-nose_1.3.7.bb python3-nose: rename ${bindir}/nosetests into ${bindir}/nosetests3 2017-05-18 14:01:48 +01:00
python3-pip_9.0.1.bb python3-pip: support native builds 2017-03-16 22:11:32 +00:00
python3-pycairo_1.10.0.bb python-pycairo: move to Python 3 2016-06-03 13:13:27 +01:00
python3-pygobject_3.24.1.bb python3-pygobject: Don't use gnome-common 2017-07-17 14:01:39 +01:00
python3-setuptools_36.2.0.bb python*-setuptools: upgrade to 36.2.0 2017-07-24 09:13:30 +01:00
python3-six_1.10.0.bb python-six: Add to oe-core 2016-07-20 10:28:47 +01:00
python3-smmap_0.9.0.bb python3-smmap: add it for python3-gitdb 2016-05-19 09:05:19 +01:00