python310Packages.py-radix: disable

This commit is contained in:
Martin Weinelt 2022-04-01 04:12:30 +02:00
parent 8e64a0c0d8
commit c4b104a850

View File

@ -1,5 +1,6 @@
{ lib { lib
, buildPythonPackage , buildPythonPackage
, pythonAtLeast
, fetchFromGitHub , fetchFromGitHub
, coverage , coverage
, nose , nose
@ -9,6 +10,8 @@ buildPythonPackage rec {
pname = "py-radix"; pname = "py-radix";
version = "0.10.0"; version = "0.10.0";
disabled = pythonAtLeast "3.10"; # abandoned, remove when we move to py310/py311
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mjschultz"; owner = "mjschultz";
repo = "py-radix"; repo = "py-radix";