python3Packages.pyfakefs: remove unused 'undefined' dependency (#400013)

authored by Martin Weinelt and committed by GitHub a237d247 3bf758e9

-2
-2
pkgs/development/python-modules/pyfakefs/default.nix
··· 11 # tests 12 pandas, 13 pytestCheckHook, 14 - undefined, 15 }: 16 17 buildPythonPackage rec { ··· 33 nativeCheckInputs = [ 34 pandas 35 pytestCheckHook 36 - undefined 37 ]; 38 39 pytestFlagsArray = [
··· 11 # tests 12 pandas, 13 pytestCheckHook, 14 }: 15 16 buildPythonPackage rec { ··· 32 nativeCheckInputs = [ 33 pandas 34 pytestCheckHook 35 ]; 36 37 pytestFlagsArray = [