python312Packages.aiohttp-openmetrics: use pyproject = true

This commit is contained in:
TomaSajt
2024-05-07 21:09:51 +02:00
parent 7ce909a11b
commit 062b8d6087
@@ -4,12 +4,13 @@
, aiohttp
, prometheus-client
, pythonOlder
, setuptools
}:
buildPythonPackage rec {
pname = "aiohttp-openmetrics";
version = "0.0.12";
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +19,11 @@ buildPythonPackage rec {
hash = "sha256-/ZRngcMlroCVTvIl+30DR4SI8LsSnTovuzg3YduWgWA=";
};
propagatedBuildInputs = [
build-system = [
setuptools
];
dependencies = [
aiohttp
prometheus-client
];