python3Packages.archspec: remove erroned attribute

This commit is contained in:
Sigmanificient
2026-06-16 22:17:15 +02:00
parent b38530584b
commit 887dddbb10
@@ -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