14
0
forked from pool/python-pony

- Require full python stack to ensure sqlite module

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2019-12-11 08:23:13 +00:00
committed by Git OBS Bridge
parent 0e4af454c1
commit 1c8813a46b
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 11 08:22:40 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Require full python stack to ensure sqlite module
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 24 11:04:20 UTC 2019 - pgajdos@suse.com Wed Apr 24 11:04:20 UTC 2019 - pgajdos@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pony # spec file for package python-pony
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -26,13 +26,12 @@ Group: Development/Languages/Python
URL: https://ponyorm.com URL: https://ponyorm.com
Source: https://files.pythonhosted.org/packages/source/p/pony/pony-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/pony/pony-%{version}.tar.gz
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{pythons}
BuildRequires: dos2unix BuildRequires: dos2unix
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python
BuildArch: noarch BuildArch: noarch
%if 0%{?suse_version} < 1500
BuildRequires: python2
%endif
%python_subpackages %python_subpackages
%description %description