pkg.* on openSUSE needs python-zypp installed

This commit is contained in:
C. R. Oldham 2014-11-04 15:16:28 -07:00
parent 4d362274a1
commit b51a821413

View File

@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
'''
Package support for openSUSE via the zypper package manager
:optdepends: - `zypp` Python module. Install with `zypper install python-zypp`
'''
# Import python libs