python312Packages.dnfile: refactor

This commit is contained in:
Fabian Affolter 2024-03-25 09:27:28 +01:00
parent fc029c2e53
commit 8ac38ca881
1 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "dnfile";
version = "0.15.0";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.8";
@ -22,11 +22,11 @@ buildPythonPackage rec {
fetchSubmodules = true;
};
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
pefile
];