From b8b18b6c66b7f16c257c2c378db79badd1b66c8c99c462384ab110a3b2899def Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 25 Sep 2020 10:25:01 +0000 Subject: [PATCH] - Buildrequire timezone only for general flavor. It's used in this flavor for the test suite. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=28 --- python39.changes | 6 ++++++ python39.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python39.changes b/python39.changes index 57304fe..98439e6 100644 --- a/python39.changes +++ b/python39.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 25 06:58:03 UTC 2020 - Dominique Leuenberger + +- Buildrequire timezone only for general flavor. It's used in this + flavor for the test suite. + ------------------------------------------------------------------- Wed Sep 2 14:39:44 UTC 2020 - Matej Cepl diff --git a/python39.spec b/python39.spec index 2d5c12a..23a2eb5 100644 --- a/python39.spec +++ b/python39.spec @@ -147,7 +147,6 @@ BuildRequires: lzma-devel BuildRequires: netcfg BuildRequires: openssl-devel BuildRequires: pkgconfig -BuildRequires: timezone BuildRequires: xz BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(expat) @@ -174,6 +173,7 @@ BuildRequires: gdbm-devel BuildRequires: gettext BuildRequires: readline-devel BuildRequires: sqlite-devel +BuildRequires: timezone BuildRequires: update-desktop-files BuildRequires: pkgconfig(ncurses) BuildRequires: pkgconfig(tk)