File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
development/python-modules/oelint-parser Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 77
88python3Packages . buildPythonApplication rec {
99 pname = "oelint-adv" ;
10- version = "6.1.0 " ;
10+ version = "6.6.6 " ;
1111 pyproject = true ;
1212
1313 src = fetchFromGitHub {
1414 owner = "priv-kweihmann" ;
1515 repo = "oelint-adv" ;
1616 tag = version ;
17- hash = "sha256-bDttjeHcIK90W7zPrKNAS4B1L9mibaRjQdnUAU2N8as =" ;
17+ hash = "sha256-vScQzj461Pw4m83581FPSgfQIkfeehCSyFioxEgpSDE =" ;
1818 } ;
1919
2020 build-system = with python3Packages ; [
@@ -41,7 +41,10 @@ python3Packages.buildPythonApplication rec {
4141 "TestClassOelintVarsHomepagePing"
4242 ] ;
4343
44- pythonRelaxDeps = [ "argcomplete" ] ;
44+ pythonRelaxDeps = [
45+ "argcomplete"
46+ "urllib3"
47+ ] ;
4548
4649 pythonImportsCheck = [ "oelint_adv" ] ;
4750
Original file line number Diff line number Diff line change 1414
1515buildPythonPackage rec {
1616 pname = "oelint-parser" ;
17- version = "5.1 .0" ;
17+ version = "6.5 .0" ;
1818 pyproject = true ;
1919
2020 src = fetchFromGitHub {
2121 owner = "priv-kweihmann" ;
2222 repo = "oelint-parser" ;
2323 tag = version ;
24- hash = "sha256-0cCcbnipijQgWH+08eZbE6Cqcx5cenrb+bQlf3h04tw =" ;
24+ hash = "sha256-RSdcBWFJoD3aOJCQeC1fnpyzOJvn/CM9K0r2bzq9fsY =" ;
2525 } ;
2626
2727 pythonRelaxDeps = [ "regex" ] ;
You can’t perform that action at this time.
0 commit comments