lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.variants: add six to check deps

+2 -1
+2 -1
pkgs/development/python-modules/variants/default.nix
··· 4 4 , pytest-runner 5 5 , setuptools-scm 6 6 , pytestCheckHook 7 + , six 7 8 , lib 8 9 }: 9 10 ··· 17 18 }; 18 19 19 20 nativeBuildInputs = [ 20 - pytest-runner 21 21 setuptools-scm 22 22 ]; 23 23 24 24 checkInputs = [ 25 25 pytestCheckHook 26 + six 26 27 ]; 27 28 28 29 meta = with lib; {