mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
Merge pull request #301135 from r-ryantm/auto-update/python312Packages.edk2-pytool-library
python312Packages.edk2-pytool-library: 0.21.4 -> 0.21.5
This commit is contained in:
commit
4f831d434b
@ -16,7 +16,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "edk2-pytool-library";
|
||||
version = "0.21.4";
|
||||
version = "0.21.5";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
@ -25,15 +25,15 @@ buildPythonPackage rec {
|
||||
owner = "tianocore";
|
||||
repo = "edk2-pytool-library";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-LzIK4GGVWAp4JXlKE7Mo0cPIH2srnJIlu36bzovNkwE=";
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user