python313Packages.vat-moss: disable (#407890)

authored by Martin Weinelt and committed by GitHub 7d251b49 c4dafb33

+4
+4
pkgs/development/python-modules/vat-moss/default.nix
··· 3 buildPythonPackage, 4 fetchFromGitHub, 5 fetchpatch, 6 pytestCheckHook, 7 }: 8 ··· 10 pname = "vat-moss"; 11 version = "0.11.0"; 12 format = "setuptools"; 13 14 src = fetchFromGitHub { 15 owner = "raphaelm";
··· 3 buildPythonPackage, 4 fetchFromGitHub, 5 fetchpatch, 6 + pythonAtLeast, 7 pytestCheckHook, 8 }: 9 ··· 11 pname = "vat-moss"; 12 version = "0.11.0"; 13 format = "setuptools"; 14 + 15 + # uses the removed cgi battery 16 + disabled = pythonAtLeast "3.13"; 17 18 src = fetchFromGitHub { 19 owner = "raphaelm";