/
UCS
/
openwrt_packages
Обзор
Документация
Войти
/
UCS
/
openwrt_packages
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
lang/python/python-cffi/patches/001-unpin-setuptools.patch
10 строк
289 B
Jeffery To
python-cffi: Update to 1.16.0
03 окт 2023, 17:35
Не верифицирован
03 окт 2023, 17:35
dd5af62
Код
Авторство
О чём код?
--- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,6 @@ requires = [ # first version that supports Python 3.12; older versions may work # with previous Python versions, but are not tested - "setuptools >= 66.1" + "setuptools" ] build-backend = "setuptools.build_meta"