Skip to content

Commit 611aeb9

Browse files
authored
python312Packages.yangson: 1.5.6 -> 1.6.2 (#384569)
2 parents c220936 + f3e37c6 commit 611aeb9

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

pkgs/by-name/sc/scap-security-guide/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
3434
nativeBuildInputs =
3535
with python3Packages;
3636
[
37+
setuptools
3738
sphinx
3839
sphinxcontrib-jinjadomain
3940
sphinx-rtd-theme

pkgs/development/python-modules/yangson/default.nix

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,26 @@
55
poetry-core,
66
elementpath,
77
pyyaml,
8-
setuptools,
98
pytestCheckHook,
109
}:
1110

1211
buildPythonPackage rec {
1312
pname = "yangson";
14-
version = "1.5.6";
13+
version = "1.6.2";
1514
pyproject = true;
1615

1716
src = fetchFromGitHub {
1817
owner = "CZ-NIC";
1918
repo = "yangson";
2019
tag = version;
21-
hash = "sha256-/9MxCkcPGRNZkuwAAvlr7gtGcyxXtliski7bNtFhVBE=";
20+
hash = "sha256-gGunbQVRV9cFRnwGDIaGi/NM75rtw5vYVz2PiPiZlQo=";
2221
};
2322

2423
build-system = [ poetry-core ];
2524

26-
pythonRelaxDeps = [
27-
"setuptools"
28-
];
29-
3025
dependencies = [
3126
elementpath
3227
pyyaml
33-
setuptools
3428
];
3529

3630
nativeCheckInputs = [ pytestCheckHook ];

0 commit comments

Comments
 (0)