diff --git a/python-pecan.changes b/python-pecan.changes index c44e28b..63326f5 100644 --- a/python-pecan.changes +++ b/python-pecan.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Dec 9 14:39:07 CET 2019 - Matej Cepl + +- There doesn't seem to be any reason to depend on + python-pysqlite anymore. + ------------------------------------------------------------------- Wed Apr 24 10:24:51 UTC 2019 - pgajdos@suse.com diff --git a/python-pecan.spec b/python-pecan.spec index 3330e2c..8e55000 100644 --- a/python-pecan.spec +++ b/python-pecan.spec @@ -1,7 +1,7 @@ # # spec file for package python-pecan # -# 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 @@ -39,9 +39,11 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: %{python_module virtualenv} BuildRequires: fdupes -BuildRequires: python-pysqlite BuildRequires: python-rpm-macros BuildRequires: python2-singledispatch +# Because of sqlite3 module +BuildRequires: python +BuildRequires: python3 Requires: python-Mako >= 0.4.0 Requires: python-WebOb >= 1.2 Requires: python-WebTest >= 1.3.1