python3Packages.riden: fix version in pyproject.toml
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
fetchFromGitHub,
|
||||
modbus-tk,
|
||||
poetry-core,
|
||||
pyprojectVersionPatchHook,
|
||||
pyserial,
|
||||
setuptools,
|
||||
}:
|
||||
@@ -26,6 +27,10 @@ buildPythonPackage rec {
|
||||
setuptools
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pyprojectVersionPatchHook
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
click
|
||||
modbus-tk
|
||||
|
||||
Reference in New Issue
Block a user