File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
pkgs/by-name/oe/oelint-adv Expand file tree Collapse file tree 1 file changed +6
-3
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
You can’t perform that action at this time.
0 commit comments