python313Packages.arrayqueues: remove disabled

This commit is contained in:
Fabian Affolter
2025-08-22 23:50:38 +02:00
parent 746b93d7c5
commit 6c42b1f98e
@@ -2,7 +2,6 @@
lib,
buildPythonPackage,
fetchPypi,
isPy3k,
numpy,
setuptools,
}:
@@ -11,7 +10,6 @@ buildPythonPackage rec {
pname = "arrayqueues";
version = "1.4.1";
pyproject = true;
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;