0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python313Packages.volkszaehler: refactor

This commit is contained in:
Fabian Affolter 2025-03-04 09:23:17 +01:00
parent 6e15303353
commit a0fce0a65d

View file

@ -22,7 +22,7 @@ buildPythonPackage rec {
hash = "sha256-7SB0x0BO9SMeMG1M/hH4fX7oDbtwPgCzyRrrUq1/WPo=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
dependencies = [
aiohttp
@ -38,7 +38,7 @@ buildPythonPackage rec {
description = "Python module for interacting with the Volkszahler API";
homepage = "https://github.com/home-assistant-ecosystem/python-volkszaehler";
changelog = "https://github.com/home-assistant-ecosystem/python-volkszaehler/releases/tag/${version}";
license = with licenses; [ mit ];
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};
}