Fix Debian build setuptools dependency issue

Co-authored-by: hlohaus <983577+hlohaus@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-08-22 18:59:55 +00:00
parent 0fd7dbdb45
commit da6c962c47
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -46,3 +46,4 @@ dist/
pyproject.toml.bak
debian/
winget/
*.deb

Binary file not shown.

View file

@ -31,7 +31,7 @@ Essential: no
Maintainer: ${MAINTAINER}
Description: ${DESCRIPTION}
${LONG_DESCRIPTION}
Depends: python3 (>= 3.10), python3-pip, python3-aiohttp, python3-requests
Depends: python3 (>= 3.10), python3-pip, python3-setuptools, python3-aiohttp, python3-requests
Homepage: https://github.com/xtekky/gpt4free
EOF