diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-11-13 19:13:24 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-18 09:16:03 +0700 |
commit | 18d432cae9a2d68a5d171e6a2f7b152a9ed784a2 (patch) | |
tree | 4d47811bebdb025497d621d2eb7c1ff2a4ca3ecd /python/python3-qbittorrent-api | |
parent | 1c365da1dee64438b7399a82881e24d26edb8cf2 (diff) |
python/python3-qbittorrent-api: Add update note to README.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-qbittorrent-api')
-rw-r--r-- | python/python3-qbittorrent-api/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-qbittorrent-api/README b/python/python3-qbittorrent-api/README index 84fa40628520e..11bf7b07cec08 100644 --- a/python/python3-qbittorrent-api/README +++ b/python/python3-qbittorrent-api/README @@ -7,3 +7,7 @@ required to be functional. Rather than adding all the dependencies of qbittorrent itself, qbittorrent will not be added to REQUIRES line. If you need qbittorrent support with this module, you will need to install qbittorent itself. + +ALSO NOTE: Unable to update to newer versions. Needs setuptools>=67 and +setuptools-scm>=8, which is not currently available on 15.0 or SBo's +packages. |