python311Packages.dissect-ole: refactor

This commit is contained in:
Fabian Affolter 2024-05-08 01:10:10 +02:00
parent 45ac464872
commit 94cbed3d4f
1 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-ole";
version = "3.8";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.8";
@ -22,12 +22,12 @@ buildPythonPackage rec {
hash = "sha256-VWbgQhKV1vJBRQROrJXbJ7qDIVOfZwvjsRwUbm7q7OQ=";
};
nativeBuildInputs = [
build-system = [
setuptools
setuptools-scm
];
propagatedBuildInputs = [
dependencies = [
dissect-cstruct
dissect-util
];