python312Packages.millheater: refactor

This commit is contained in:
Fabian Affolter 2024-11-09 22:16:28 +01:00 committed by GitHub
parent 45d7d8c8b3
commit 63a139ae1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,12 +5,13 @@
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
pname = "millheater";
version = "0.12.0";
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.10";
@ -21,7 +22,9 @@ buildPythonPackage rec {
hash = "sha256-8PrTypJuWNuFz1NZLuyqOpWFsN5OLshj7S10YgcGusQ=";
};
propagatedBuildInputs = [
build-system = [ setuptools ];
dependencies = [
aiohttp
async-timeout
];