Commit graph

3 commits

Author SHA1 Message Date
Weijia Wang 13600367b2 treewide: misc: use top-level fetchPypi 2023-05-25 17:07:31 +03:00
Nikola Knezevic aae8cfd998 tvnamer: add setuptools dependency to requests-cache 0.5.2
tvnamer has a direct dependency on old version of requests-cache 0.5.2.
Unfortunately, it was failing to build as it was missing setuptools.
This change adds this dependency. Along with the fixes to tvdb_api, now
tvnamer correctly builds.
2023-02-18 14:56:34 +08:00
Peter Hoeg dafd928256 tvnamer: move out of python3Packages
tvnamer is an application and should as such never have existed under
python3Packages so move it out where it belongs.

At the same time override tvdb_api to use an older requests-cache as it
has a hard requirement on requests-cache < 0.6.
2021-07-05 14:09:24 +08:00