dev-python/dropbox: pin setuptools

"Solves" a build failure caused by the removal of a deprecated module.

Bug: https://github.com/dropbox/dropbox-sdk-python/issues/525
Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
dsaf
2026-04-25 00:47:38 -03:00
parent 16125aebe2
commit f94b68a3a6

View File

@@ -25,6 +25,11 @@ RDEPEND="
dev-python/stone[${PYTHON_USEDEP}]
dev-python/urllib3[${PYTHON_USEDEP}]
"
# setuptools-82 removed 'pkg_resources'
# https://github.com/dropbox/dropbox-sdk-python/issues/525
BDEPEND="
<dev-python/setuptools-82.0.0[${PYTHON_USEDEP}]
"
# disable tests that need SCOPED_USER_DROPBOX_TOKEN
# and tests that fail