python312Packages.elkm1-lib£: refactor

This commit is contained in:
Fabian Affolter 2024-05-02 09:17:35 +02:00
parent e3222c751d
commit 8420cea074

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "elkm1-lib";
version = "2.2.6";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.9";
@ -24,11 +24,11 @@ buildPythonPackage rec {
hash = "sha256-5Jmn/ywyg6fmp0ZxPf79ET+JWPF4VjDJMwj/qU6ckS0=";
};
nativeBuildInputs = [
build-system = [
poetry-core
];
propagatedBuildInputs = [
dependencies = [
async-timeout
pyserial-asyncio
];