depsolve: import dnf-json
Import the `dnf-json` Python script that is included in the "images" and "osbuild-composer" repository into "osbuild". `dnf-json` provides dependency solving capabilities by taking in some JSON and then outputting the package set that JSON resolves to. Since it is a Python script it moves into a subpackage of `osbuild`. The script is renamed to `osbuild-depsolve-dnf`.
This commit is contained in:
parent
980ca03685
commit
7c35b945ee
3 changed files with 400 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -16,6 +16,6 @@ setuptools.setup(
|
|||
},
|
||||
scripts=[
|
||||
"tools/osbuild-mpp",
|
||||
"tools/osbuild-dev"
|
||||
"tools/osbuild-dev",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue