mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-07 08:46:21 +01:00
Remove double code
This commit is contained in:
parent
4c6e3842df
commit
38c6d9825b
1 changed files with 0 additions and 3 deletions
|
@ -201,9 +201,6 @@ class BinaryInstall(object):
|
||||||
"""
|
"""
|
||||||
installs, upgraded = [], []
|
installs, upgraded = [], []
|
||||||
for inst in (self.dep_install + self.install):
|
for inst in (self.dep_install + self.install):
|
||||||
if (self.meta.not_downgrade == "on" and
|
|
||||||
self.not_downgrade(inst) == True):
|
|
||||||
continue
|
|
||||||
package = (self.tmp_path + inst).split()
|
package = (self.tmp_path + inst).split()
|
||||||
pkg_ver = "{0}-{1}".format(split_package(inst)[0],
|
pkg_ver = "{0}-{1}".format(split_package(inst)[0],
|
||||||
split_package(inst)[1])
|
split_package(inst)[1])
|
||||||
|
|
Loading…
Add table
Reference in a new issue