FS#43929 - [python2-dropbox] Official package does not work
Attached to Project:
Community Packages
Opened by Ngoc-Thuan Tran (bigeyes0x0) - Tuesday, 24 February 2015, 14:13 GMT
Last edited by Lukas Fleischer (lfleischer) - Sunday, 17 April 2016, 06:16 GMT
Opened by Ngoc-Thuan Tran (bigeyes0x0) - Tuesday, 24 February 2015, 14:13 GMT
Last edited by Lukas Fleischer (lfleischer) - Sunday, 17 April 2016, 06:16 GMT
|
Details
Description:
Official package does not work for python2 as it's built on a machine with both python-urllib3 and python2-urllib3, resulting in a package that actually depending on python-urllib3 as found in line 15 of file /usr/lib/python2.7/site-packages/dropbox/session.py: import urllib.request, urllib.parse, urllib.error These are actually modules in python 3 as described here https://docs.python.org/2/library/urllib.html. This is the same bug https://bugs.launchpad.net/duplicity/+bug/1318065 . I fixed in on my machine by rebuilding the package without python3 installed. |
This task depends upon
Closed by Lukas Fleischer (lfleischer)
Sunday, 17 April 2016, 06:16 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in 4.0.0-1.
Sunday, 17 April 2016, 06:16 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in 4.0.0-1.
The attached PKGBUILD file works for python2.