python313Packages.json-stream: remove disabled

This commit is contained in:
Fabian Affolter
2025-11-05 21:18:43 +01:00
committed by GitHub
parent aec01c5798
commit 2b06a2226c
@@ -6,7 +6,6 @@
httpx,
iconv,
pytestCheckHook,
pythonOlder,
requests,
json-stream-rs-tokenizer,
setuptools,
@@ -17,8 +16,6 @@ buildPythonPackage rec {
version = "2.4.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "daggaz";
repo = "json-stream";