File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
by-name/sc/scap-security-guide
development/python-modules/yangson Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 55 poetry-core ,
66 elementpath ,
77 pyyaml ,
8- setuptools ,
98 pytestCheckHook ,
109} :
1110
1211buildPythonPackage 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 ] ;
You can’t perform that action at this time.
0 commit comments