Loading pkgs/development/python-modules/tmdbsimple/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, setuptools, requests, unstableGitUpdater, }: buildPythonPackage { Loading @@ -27,6 +28,8 @@ buildPythonPackage { # The tests require an internet connection and an API key doCheck = false; passthru.updateScript = unstableGitUpdater { }; meta = { description = "Wrapper for The Movie Database API v3"; homepage = "https://github.com/celiao/tmdbsimple"; Loading Loading
pkgs/development/python-modules/tmdbsimple/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, setuptools, requests, unstableGitUpdater, }: buildPythonPackage { Loading @@ -27,6 +28,8 @@ buildPythonPackage { # The tests require an internet connection and an API key doCheck = false; passthru.updateScript = unstableGitUpdater { }; meta = { description = "Wrapper for The Movie Database API v3"; homepage = "https://github.com/celiao/tmdbsimple"; Loading