Revert "rpmmd: make dnf-json executable"
This is not really necessary right now. I needed it for testing rpmmd,
which we've postponed.
This reverts commit d05673afb1.
This commit is contained in:
parent
1055d1167d
commit
41a2ef9b9a
2 changed files with 1 additions and 1 deletions
0
dnf-json
Executable file → Normal file
0
dnf-json
Executable file → Normal file
|
|
@ -48,7 +48,7 @@ func runDNF(command string, arguments interface{}, result interface{}) error {
|
|||
arguments,
|
||||
}
|
||||
|
||||
cmd := exec.Command("dnf-json")
|
||||
cmd := exec.Command("python3", "dnf-json")
|
||||
|
||||
stdin, err := cmd.StdinPipe()
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue