python3Packages.pylsqpack: Update build-system

Co-authored-by: Robert Schütz <github@dotlambda.de>
This commit is contained in:
Jonas Heinrich
2025-02-13 16:24:39 +01:00
committed by GitHub
co-authored by Robert Schütz
parent 7849248265
commit 9080f707f6
@@ -16,7 +16,7 @@ buildPythonPackage rec {
hash = "sha256-Up+j49bxsO7JK0NFA8DsVRy3FAI8wXEJEfZl+raobr0=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
nativeCheckInputs = [ pytestCheckHook ];