Opened 3 years ago
Closed 3 years ago
#3470 closed bug (Fixed)
Setproctitle not opt-dep.
Reported by: | mhertz | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.4 |
Component: | Unknown | Version: | 2.0.0 |
Keywords: | Cc: |
Description
As title, the code in deluge using setproctitle, uses it in optional manner, but it's "hardcoded" for install in setup.py(and requirements.txt but ok there I guess, maybe add comment though) under 'install_requires'.
Only stumbled upon this one, and didn't check if other optional deps have same issue.
Thanks in advance.
Change History (1)
comment:1 by , 3 years ago
Milestone: | needs verified → 2.0.4 |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in develop: [8fb25f71f30733]