From 52659160c11f3981631386f5e2ab104940a2e4d6 Mon Sep 17 00:00:00 2001 From: Vitaly Kuznetsov Date: Mon, 3 Jun 2019 17:41:50 +0200 Subject: [PATCH] Fix FTBFS in the preparation for Python3.8 (#1705219) Signed-off-by: Vitaly Kuznetsov --- WALinuxAgent.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WALinuxAgent.spec b/WALinuxAgent.spec index 337c368..334f943 100644 --- a/WALinuxAgent.spec +++ b/WALinuxAgent.spec @@ -13,6 +13,7 @@ BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-distro Requires: ntfsprogs Requires: openssh Requires: openssh-server @@ -101,6 +102,7 @@ mv %{buildroot}%{_sysconfdir}/logrotate.d/waagent.logrotate %{buildroot}%{_sysco %changelog * Mon Jun 03 2019 Vitaly Kuznetsov - 2.2.40-1 - Update to 2.2.40 +- Fix FTBFS in the preparation for Python3.8 (#1705219) * Thu Mar 14 2019 Vitaly Kuznetsov - 2.2.38-1 - Update to 2.2.38 (CVE-2019-0804)