python3Packages.reno: fix build

This commit is contained in:
Sigmanificient
2026-04-25 22:53:49 +02:00
parent bc0d297a87
commit 35e31c986d
@@ -1,5 +1,5 @@
{
buildPythonApplication,
buildPythonPackage,
dulwich,
docutils,
lib,
@@ -15,7 +15,7 @@
testscenarios,
}:
buildPythonApplication rec {
buildPythonPackage rec {
pname = "reno";
version = "4.1.0";
pyproject = true;