From d6a834efa0603ba07f924db2cf43a79d07bd2806 Mon Sep 17 00:00:00 2001 From: jctanner Date: Wed, 22 Jun 2016 09:30:37 -0400 Subject: [PATCH] Cleanup unused variable in yum.py (#4009) --- packaging/os/yum.py | 1 - 1 file changed, 1 deletion(-) diff --git a/packaging/os/yum.py b/packaging/os/yum.py index 40f3397a362..cc0ad419f2f 100644 --- a/packaging/os/yum.py +++ b/packaging/os/yum.py @@ -600,7 +600,6 @@ def install(module, items, repoq, yum_basecmd, conf_file, en_repos, dis_repos): module.fail_json(**res) pkg_name = local_name(module, spec) - pkg_nevra = local_nvra(module, spec) # look for them in the rpmdb if is_installed(module, repoq, pkg_name, conf_file, en_repos=en_repos, dis_repos=dis_repos):