]> git.ipfire.org Git - pakfire.git/commit - src/pakfire/packages/solv.py
Implement recommends and suggests.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 20 Oct 2012 16:48:15 +0000 (16:48 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 20 Oct 2012 16:48:15 +0000 (16:48 +0000)
commita60f0f7d91c2c79f2264d75439fafda064c068a7
tree42423d582118e5bd70db9de9bf6b8f5136e7dacd
parent3f23e1b8d59b164a548458314f743d33c680d21a
Implement recommends and suggests.
17 files changed:
python/pakfire/api.py
python/pakfire/cli.py
python/pakfire/constants.py
python/pakfire/packages/base.py
python/pakfire/packages/file.py
python/pakfire/packages/installed.py
python/pakfire/packages/lexer.py
python/pakfire/packages/make.py
python/pakfire/packages/packager.py
python/pakfire/packages/solv.py
python/pakfire/repository/database.py
python/pakfire/repository/index.py
python/pakfire/satsolver.py
python/src/_pakfiremodule.c
python/src/request.c
python/src/solvable.c
python/src/solvable.h