FS#47773 - [shadowsocks] requires python-six at runtime but not in dependencies

Attached to Project: Community Packages
Opened by Johnson Steward (xubin990510) - Saturday, 16 January 2016, 03:15 GMT
Last edited by Doug Newgard (Scimmia) - Saturday, 16 January 2016, 07:01 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

as in title, package version is community/shadowsocks-2.8.2-2.

when trying to run `sslocal`:

$ sslocal
Traceback (most recent call last):
File "/usr/bin/sslocal", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 48, in <module>
from pkg_resources.extern import six
File "/usr/lib/python3.5/site-packages/pkg_resources/extern/__init__.py", line 60, in load_module
"distribution.".format(**locals())
ImportError: The 'six' package is required; normally this is bundled with this package so if you get this warning, consult the packager of your distribution.


after `pacman -S python-six`:

$ sslocal
ERROR: config not specified
usage: sslocal [OPTION]...
A fast tunnel proxy that helps you bypass firewalls.

You can supply configurations via either config file or command line arguments.

Proxy options:
-c CONFIG path to config file
-s SERVER_ADDR server address
-p SERVER_PORT server port, default: 8388
-b LOCAL_ADDR local binding address, default: 127.0.0.1
-l LOCAL_PORT local port, default: 1080
-k PASSWORD password
-m METHOD encryption method, default: aes-256-cfb
-t TIMEOUT timeout in seconds, default: 300
--fast-open use TCP_FASTOPEN, requires Linux 3.7+

General options:
-h, --help show this help message and exit
-d start/stop/restart daemon mode
--pid-file PID_FILE pid file for daemon mode
--log-file LOG_FILE log file for daemon mode
--user USER username to run as
-v, -vv verbose mode
-q, -qq quiet mode, only show warnings/errors
--version show version information

Online help: <https://github.com/shadowsocks/shadowsocks>
This task depends upon

Closed by  Doug Newgard (Scimmia)
Saturday, 16 January 2016, 07:01 GMT
Reason for closing:  Fixed
Additional comments about closing:  python-setuptools 1:19.3-2

Loading...