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:
committed by
Git OBS Bridge
parent
0e4af454c1
commit
1c8813a46b
@@ -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
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -26,13 +26,12 @@ Group: Development/Languages/Python
|
||||
URL: https://ponyorm.com
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pony/pony-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{pythons}
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python
|
||||
BuildArch: noarch
|
||||
%if 0%{?suse_version} < 1500
|
||||
BuildRequires: python2
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user