dev-python/dropbox: rename dev-python/dropbox-python-sdk

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Viorel Munteanu
2023-02-04 14:05:52 +02:00
parent 91d07be347
commit 46e69d14b0
8 changed files with 8 additions and 7 deletions

View File

@@ -0,0 +1,25 @@
This fails with setuptools-67
Bug: https://bugs.gentoo.org/892569
See also: https://github.com/dropbox/dropbox-sdk-python/issues/458
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@
install_reqs = [
'requests >= 2.16.2',
'six >= 1.12.0',
- 'stone >= 2.*',
+ 'stone >= 2.0',
]
setup_requires = [
--- a/test/requirements.txt
+++ b/test/requirements.txt
@@ -2,4 +2,4 @@
mock
pytest-mock
coverage
-stone>=2.*
\ No newline at end of file
+stone>=2.0