python312Packages.edk2-pytool-library: refactor

This commit is contained in:
Fabian Affolter 2024-04-03 09:21:44 +02:00 committed by GitHub
parent b4945ec190
commit 8a0bef6221
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,12 +28,12 @@ buildPythonPackage rec {
hash = "sha256-4Sb8Lu/nYUXgGt9gVv+j32cwW7TjXfH8z+fwzKaOeM8=";
};
nativeBuildInputs = [
build-system = [
setuptools
setuptools-scm
];
propagatedBuildInputs = [
dependencies = [
pyasn1
pyasn1-modules
cryptography
@ -52,7 +52,9 @@ buildPythonPackage rec {
"test_basic_parse"
];
pythonImportsCheck = [ "edk2toollib" ];
pythonImportsCheck = [
"edk2toollib"
];
meta = with lib; {
description = "Python library package that supports UEFI development";