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