summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-functools32_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* python-functools32: Remove recipezangrc2020-12-211-30/+0
| | | | | | | This is a backport of the functools standard library module from Python 3.2.3 for use on Python 2.7 and PyPy. It includes new features lru_cache (Least-recently-used cache decorator).But the current version of python3 is 3.9.0, so remove this recipe. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python: prepare for python3 only configurationBruce Ashfield2020-01-221-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* functools32: use git instead of release tarballsMark Asselstine2015-11-161-0/+30
Since we are often moving packages forward on the master branch it is simpler to use git instead of tarballs. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>