python311Packages.dissect-squashfs: refactor
This commit is contained in:
parent
6a80592c0d
commit
3e8f12b57f
1 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "dissect-squashfs";
|
||||
version = "1.5";
|
||||
format = "pyproject";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
|
@ -25,12 +25,12 @@ buildPythonPackage rec {
|
|||
hash = "sha256-eylLBPim3dmo8h95lRmlh8O9m458K07TH2uK+hn3nKs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
setuptools
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
dissect-cstruct
|
||||
dissect-util
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue