summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-aioeventlet
Commit message (Collapse)AuthorAgeFilesLines
* meta-openstack: remove obsolete Python backport and dead project recipesBruce Ashfield2026-04-071-33/+0
| | | | | | | | | | | | | | | | | Remove 16 recipes for Python packages that are either built into Python 3 or are dead/deprecated upstream projects: Python 3 backports (unnecessary since Python 3.3+): ordereddict, pathlib, funcsigs, enum-compat, singledispatch, weakrefmethod, positional Dead/deprecated projects: aioeventlet, suds, suds-jurko, oauth2, trollius, pika-pool, requestsexceptions, dogpile.core, tempita No recipes in the layer depend on any of these packages. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-aioeventlet: initial versionMark Asselstine2016-02-051-0/+33
This package provides asyncio event loop scheduling callbacks in eventlet. This package is required by oslo.messaging. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>