Unverified Commit a9168715 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

[Backport release-25.05] python313Packages.vat-moss: disable (#407941)

parents 7d1cf045 bcbcf293
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  buildPythonPackage,
  fetchFromGitHub,
  fetchpatch,
  pythonAtLeast,
  pytestCheckHook,
}:

@@ -11,6 +12,9 @@ buildPythonPackage rec {
  version = "0.11.0";
  format = "setuptools";

  # uses the removed cgi battery
  disabled = pythonAtLeast "3.13";

  src = fetchFromGitHub {
    owner = "raphaelm";
    repo = "vat_moss-python";