- 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
This commit is contained in:
Tomáš Chvátal 2020-09-25 10:25:01 +00:00 committed by Git OBS Bridge
parent a8d3631e3c
commit b8b18b6c66
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 25 06:58:03 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <mcepl@suse.com>

View File

@ -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)