FS#55561 - [offlineimap] Lacks optional dependency for python2-pysocks

Attached to Project: Community Packages
Opened by Adam (adam900710) - Saturday, 09 September 2017, 01:58 GMT
Last edited by Jaroslav Lichtblau (Dragonlord) - Saturday, 02 December 2017, 19:42 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jaroslav Lichtblau (Dragonlord)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
offlineimap supports SOCKS5 (no hostname reoslving yet) proxy, but it needs python2-pysocks.
Or it will ignore proxy settings with the following output:

------
OfflineIMAP 7.1.2
Licensed under the GNU GPL v2 or any later version (with an OpenSSL exception)
imaplib2 v2.57 (bundled), Python v2.7.13, OpenSSL 1.1.0f 25 May 2017
Account sync Test:
PySocks not installed, ignoring proxy option.
------

Additional info:
* package version(s)
offlineimap 7.1.2-1
* config and/or log files etc.


Steps to reproduce:
This task depends upon

Closed by  Jaroslav Lichtblau (Dragonlord)
Saturday, 02 December 2017, 19:42 GMT
Reason for closing:  Implemented
Additional comments about closing:  Added in SVN trunk rev 271922.
Comment by Eli Schwartz (eschwartz) - Sunday, 10 September 2017, 01:47 GMT
  • Field changed: Status (Unconfirmed → Assigned)
  • Field changed: Category (Packages: Extra → Packages)
  • Field changed: Architecture (All → All)
  • Task assigned to Jaroslav Lichtblau (Dragonlord)
yeah, things like this would probably be easier to detect if upstream would document such things in a sane manner e.g. https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies

Loading...