mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
python3Packages.pysmi: fix version in pyproject.toml
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
flit-core,
|
||||
jinja2,
|
||||
lark,
|
||||
pyprojectVersionPatchHook,
|
||||
pysmi,
|
||||
pysnmp,
|
||||
pytestCheckHook,
|
||||
@@ -25,6 +26,10 @@ buildPythonPackage (finalAttrs: {
|
||||
|
||||
build-system = [ flit-core ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pyprojectVersionPatchHook
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
jinja2
|
||||
lark
|
||||
|
||||
Reference in New Issue
Block a user