python3Packages.archspec: remove erroned attribute (#532449)

This commit is contained in:
Arne Keller
2026-06-30 19:37:53 +00:00
committed by GitHub
@@ -1,7 +1,6 @@
{
lib,
buildPythonPackage,
click,
fetchFromGitHub,
jsonschema,
poetry-core,
@@ -23,8 +22,6 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
dependecies = [ click ];
nativeCheckInputs = [
pytestCheckHook
jsonschema