mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 01:53:25 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user