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:
Lars Karlitski 2019-11-12 23:25:40 +00:00 committed by Tom Gundersen
parent 1055d1167d
commit 41a2ef9b9a
2 changed files with 1 additions and 1 deletions

0
dnf-json Executable file → Normal file
View file

View 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 {