python310Packages.py-radix: disable
This commit is contained in:
parent
8e64a0c0d8
commit
c4b104a850
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user