diff options
Diffstat (limited to 'dev-python/dropbox')
| -rw-r--r-- | dev-python/dropbox/dropbox-12.0.2.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/dropbox/dropbox-12.0.2.ebuild b/dev-python/dropbox/dropbox-12.0.2.ebuild index 9a0e508b7410..dd615e1b59b4 100644 --- a/dev-python/dropbox/dropbox-12.0.2.ebuild +++ b/dev-python/dropbox/dropbox-12.0.2.ebuild @@ -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 |
