Skip to content

Commit 8c6f4ad

Browse files
committed
oelint-adv: 6.1.0 -> 6.6.6
Signed-off-by: Otavio Salvador <[email protected]>
1 parent 34a69e1 commit 8c6f4ad

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pkgs/by-name/oe/oelint-adv/package.nix

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
python3Packages.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

0 commit comments

Comments
 (0)