python312Packages.reuse: refactor

This commit is contained in:
Fabian Affolter 2024-04-08 13:16:39 +02:00 committed by Weijia Wang
parent 3b704f5dd3
commit c37239431b
1 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "reuse";
version = "3.0.2";
format = "pyproject";
pyproject = true;
src = fetchFromGitHub {
owner = "fsfe";
@ -22,11 +22,11 @@ buildPythonPackage rec {
hash = "sha256-ZYmQtJ503HDmu+Cd6IxOrCcOVH+CcFnFe3oe6PqvcE0=";
};
nativeBuildInputs = [
build-system = [
poetry-core
];
propagatedBuildInputs = [
dependencies = [
binaryornot
boolean-py
debian