flexget: add transmissionrpc as dependency (#53735)
Add transmissionrpc as dependency to flexget, in order to communicate with Transmission networking client.
This commit is contained in:
@@ -55,6 +55,8 @@ buildPythonApplication rec {
|
|||||||
pyparsing zxcvbn-python future
|
pyparsing zxcvbn-python future
|
||||||
# Optional requirements
|
# Optional requirements
|
||||||
deluge-client
|
deluge-client
|
||||||
|
# Plugins
|
||||||
|
transmissionrpc
|
||||||
] ++ lib.optional (pythonOlder "3.4") pathlib;
|
] ++ lib.optional (pythonOlder "3.4") pathlib;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|||||||
Reference in New Issue
Block a user