Unverified Commit 86ec0ce4 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

Merge pull request #230791 from mweinelt/maxcube-api-disable-311

python311Packages.maxcube-api: disable
parents aeb1c009 3831ba1c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, pythonAtLeast
, pythonOlder
, fetchFromGitHub
, unittestCheckHook
@@ -30,6 +31,8 @@ buildPythonPackage rec {
  ];

  meta = with lib; {
    # Tests indicate lack of 3.11 compatibility
    broken = pythonAtLeast "3.11";
    description = "eQ-3/ELV MAX! Cube Python API";
    homepage = "https://github.com/hackercowboy/python-maxcube-api";
    license = licenses.mit;