python313Packages.pytubefix: add missing input

This commit is contained in:
Fabian Affolter
2025-08-18 20:09:37 +02:00
parent b84809fbca
commit a6c125f516
@@ -1,5 +1,6 @@
{
lib,
aiohttp,
buildPythonPackage,
fetchFromGitHub,
setuptools,
@@ -20,6 +21,8 @@ buildPythonPackage rec {
build-system = [ setuptools ];
dependencies = [ aiohttp ];
nativeCheckInputs = [ pytestCheckHook ];
disabledTestPaths = [