kiwi-el8/test/unit/solver
Marcus Schäfer aae7da639d
Added deb support to sat solver module
Add support to create SAT solvables from Debian repos via
deb2solv tool from libsolv. This allows image info --resolve-package-list
to work with Debian/Ubuntu image descriptions. Please note
by default libsolv is not compiled with support for Debian.
Therefore the following compile flags must be set on libsolv

* -DENABLE_DEBIAN=1
* -DMULTI_SEMANTICS=1

If libsolv does not provide the needed capabilities kiwi will
fail on either the repository solvable creation due to missing
deb2solv or on call of setdisttype() due to missing MULTI_SEMANTICS
feature in libsolv
2021-02-21 18:50:16 +01:00
..
repository Added deb support to sat solver module 2021-02-21 18:50:16 +01:00
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
sat_test.py Added deb support to sat solver module 2021-02-21 18:50:16 +01:00