diff options
Diffstat (limited to 'meta/lib/oeqa/utils/package_manager.py')
| -rw-r--r-- | meta/lib/oeqa/utils/package_manager.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/lib/oeqa/utils/package_manager.py b/meta/lib/oeqa/utils/package_manager.py index 9998d01ebc..3623299295 100644 --- a/meta/lib/oeqa/utils/package_manager.py +++ b/meta/lib/oeqa/utils/package_manager.py | |||
| @@ -12,10 +12,9 @@ def get_package_manager(d, root_path): | |||
| 12 | """ | 12 | """ |
| 13 | Returns an OE package manager that can install packages in root_path. | 13 | Returns an OE package manager that can install packages in root_path. |
| 14 | """ | 14 | """ |
| 15 | from oe.package_manager import DpkgPM | ||
| 16 | from oe.package_manager.rpm import RpmPM | 15 | from oe.package_manager.rpm import RpmPM |
| 17 | from oe.package_manager.ipk import OpkgPM | 16 | from oe.package_manager.ipk import OpkgPM |
| 18 | 17 | from oe.package_manager.deb import DpkgPM | |
| 19 | 18 | ||
| 20 | pkg_class = d.getVar("IMAGE_PKGTYPE") | 19 | pkg_class = d.getVar("IMAGE_PKGTYPE") |
| 21 | if pkg_class == "rpm": | 20 | if pkg_class == "rpm": |
