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