From b0ac807899803eadd54f6004775f77cf0c4f8709 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Jan 03 2022 14:07:35 +0000 Subject: Fix Python dependency (74be99f, #34) --- diff --git a/Dockerfile b/Dockerfile index d046c36..1421a40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN dnf -y upgrade \ python3-jinja2 \ python3-defusedxml \ python3-tqdm \ - python3-libdnf \ + python3-dnf \ npm \ rsync diff --git a/README.md b/README.md index e14e8e3..0d617a8 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The scripts contained in this repository depend on: * `python3-jinja2` * `python3-defusedxml` * `python3-tqdm` -* `python3-libdnf` +* `python3-dnf` ## Usage