/
UCS
/
openwrt_packages
Обзор
Документация
Войти
/
UCS
/
openwrt_packages
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
lang/python/python-constantly/patches/001-unpin-setuptools.patch
9 строк
240 B
Jeffery To
python-constantly: Update to 23.10.4, add new build dependency
01 ноя 2023, 19:27
01 ноя 2023, 19:27
1fbe4b9
Код
Авторство
О чём код?
--- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=68.2", "versioneer[toml]==0.29"] +requires = ["setuptools", "versioneer[toml]==0.29"] build-backend = "setuptools.build_meta" [project]