python3Packages.brother: fix version in pyproject.toml
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
fetchFromGitHub,
|
||||
freezegun,
|
||||
dacite,
|
||||
pyprojectVersionPatchHook,
|
||||
pysnmp,
|
||||
pytest-asyncio,
|
||||
pytest-error-for-skips,
|
||||
@@ -27,6 +28,10 @@ buildPythonPackage rec {
|
||||
hash = "sha256-7m0fakQCckIpG8Tc09P81xzHlIgeal9L2BwerUvBuX8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
pyprojectVersionPatchHook
|
||||
];
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user