forked from pool/python-SQLAlchemy-Utils
This commit is contained in:
committed by
Git OBS Bridge
parent
a1f5e2985b
commit
19253411a8
@@ -25,11 +25,44 @@ License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/kvesteri/sqlalchemy-utils
|
||||
Source: https://files.pythonhosted.org/packages/source/S/SQLAlchemy-Utils/SQLAlchemy-Utils-%{version}.tar.gz
|
||||
BuildRequires: %{python_module SQLAlchemy}
|
||||
BuildRequires: %{python_module Babel >= 1.3}
|
||||
BuildRequires: %{python_module SQLAlchemy >= 1.0}
|
||||
BuildRequires: %{python_module anyjson >= 0.3.3}
|
||||
BuildRequires: %{python_module arrow >= 0.3.4}
|
||||
BuildRequires: %{python_module colour >= 0.0.4}
|
||||
BuildRequires: %{python_module cryptography >= 0.6}
|
||||
BuildRequires: %{python_module flexmock >= 0.9.7}
|
||||
BuildRequires: %{python_module furl >= 0.4.1}
|
||||
BuildRequires: %{python_module intervals >= 0.7.1}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module passlib >= 1.6}
|
||||
BuildRequires: %{python_module phonenumbers >= 5.9.2}
|
||||
BuildRequires: %{python_module pytest >= 2.7.1}
|
||||
BuildRequires: %{python_module python-dateutil}
|
||||
BuildRequires: %{python_module pytz >= 2014.2}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module six}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-enum34
|
||||
BuildRequires: python-ipaddr
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-SQLAlchemy
|
||||
Requires: python-SQLAlchemy >= 1.0
|
||||
Requires: python-six
|
||||
Recommends: python-Babel >= 1.3
|
||||
Recommends: python-anyjson >= 0.3.3
|
||||
Recommends: python-arrow >= 0.3.4
|
||||
Recommends: python-colour >= 0.0.4
|
||||
Recommends: python-cryptography >= 0.6
|
||||
Recommends: python-dateutil
|
||||
Recommends: python-furl >= 0.4.1
|
||||
Recommends: python-intervals >= 0.7.1
|
||||
Recommends: python-passlib >= 1.6
|
||||
Recommends: python-phonenumbers >= 5.9.2
|
||||
BuildArch: noarch
|
||||
%ifpython2
|
||||
Requires: python-enum34
|
||||
Requires: python-ipaddr
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -43,6 +76,11 @@ Various utility functions and custom data types for SQLAlchemy.
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
# requires initialized pgsql database
|
||||
#%%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
|
||||
Reference in New Issue
Block a user