Opened 3 years ago
Closed 2 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 Changed 2 years ago by Cas
- Milestone changed from needs verified to 2.0.4
- Resolution set to Fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in develop: [8fb25f71f30733]