python311Packages.dissect-shellitem: refactor
This commit is contained in:
parent
9ed3661e75
commit
5e2dfb91df
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "dissect-shellitem";
|
||||
version = "3.8";
|
||||
format = "pyproject";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
|
@ -23,12 +23,12 @@ buildPythonPackage rec {
|
|||
hash = "sha256-zoq42Au2dNJTryj3GNXJrEGvE0az8psPuMXoJNc74QM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
setuptools
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
dissect-cstruct
|
||||
dissect-util
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue