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
, buildPythonPackage
, pythonAtLeast
, fetchFromGitHub
, coverage
, nose
@ -9,6 +10,8 @@ buildPythonPackage rec {
pname = "py-radix";
version = "0.10.0";
disabled = pythonAtLeast "3.10"; # abandoned, remove when we move to py310/py311
src = fetchFromGitHub {
owner = "mjschultz";
repo = "py-radix";