From b7b2c27a1bb14f6e9366cd76a4fe59e5171134aa Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Tue, 7 Jul 2020 15:45:05 +0200 Subject: [PATCH] Added missing python3-setuptools to the build requirements list. --- packaging/fedora/ecasbot.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/fedora/ecasbot.spec b/packaging/fedora/ecasbot.spec index 3288f38..b97f3f0 100644 --- a/packaging/fedora/ecasbot.spec +++ b/packaging/fedora/ecasbot.spec @@ -11,6 +11,7 @@ BuildArch: noarch BuildRequires: doxygen BuildRequires: systemd BuildRequires: python3-devel +BuildRequires: python3-setuptools BuildRequires: python3dist(pytelegrambotapi) BuildRequires: python3dist(requests) BuildRequires: python3dist(wheel)