AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- %{python_sitelib}/backports is a namespace package, and so under python 2.x it must have a proper %{python_sitelib}/backports/__init__.py file. python-backports provides this __init__.py to prevent backports packages from conflicting. Please see the following links for more details: https://pypi.python.org/pypi/backports/ https://www.python.org/dev/peps/pep-0420/%23namespace-packages-today
- Use the common __init__.py used by the python-backports package to avoid conflicts.
- provide python2-backports.functools_lru_cache to seamlessly support singlespec
- Initial package.