From 926324730d35acc48d904aaff96065ed9a4fcd95890f284998f49264f7504c4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 11 Dec 2019 08:08:34 +0000 Subject: [PATCH] - Pull in the full python for sqlite OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-peewee?expand=0&rev=24 --- python-peewee.changes | 5 +++++ python-peewee.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-peewee.changes b/python-peewee.changes index dfbc767..8db2404 100644 --- a/python-peewee.changes +++ b/python-peewee.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 11 08:07:29 UTC 2019 - Tomáš Chvátal + +- Pull in the full python for sqlite + ------------------------------------------------------------------- Fri Oct 18 10:19:07 UTC 2019 - Marketa Calabkova diff --git a/python-peewee.spec b/python-peewee.spec index 8fdb358..bf7a7ef 100644 --- a/python-peewee.spec +++ b/python-peewee.spec @@ -1,7 +1,7 @@ # # spec file for package python-peewee # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,11 +31,13 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module mysql-connector-python} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{pythons} BuildRequires: fdupes BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: unzip BuildRequires: pkgconfig(sqlite3) +Requires: python %python_subpackages %description