Merge pull request #322335 from msanft/sev-snp-measure/0.0.11

python311Packages.sev-snp-measure: 0.0.9 -> 0.0.11
This commit is contained in:
Weijia Wang
2024-06-25 16:27:17 +02:00
committed by GitHub
@@ -9,15 +9,15 @@
buildPythonPackage rec {
pname = "sev-snp-measure";
version = "0.0.9";
version = "0.0.11";
pyproject = true;
src = fetchFromGitHub {
owner = "virtee";
repo = "sev-snp-measure";
rev = "v${version}";
hash = "sha256-efW4DMple26S3Jizc7yAvdPjVivyMJq4fEdkuToamGc=";
rev = "refs/tags/v${version}";
hash = "sha256-M+d9uIAQvEmEsdhhjlwHbhB2RhlaGjphN4ov2ipzCFY=";
};
nativeBuildInputs = [
@@ -29,11 +29,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [ cryptography ];
postPatch = ''
# See https://github.com/virtee/sev-snp-measure/pull/46
sed -i '/types-cryptography/d' setup.cfg requirements.txt
'';
pythonImportsCheck = [ "sevsnpmeasure" ];
meta = {