15
0

Add rpmlintrc file to Source.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=66
This commit is contained in:
2018-07-05 21:37:01 +00:00
committed by Git OBS Bridge
parent 84bb17be26
commit bdb2ce9836

View File

@@ -24,7 +24,8 @@ Summary: A database migration tool for SQLAlchemy
License: MIT
Group: Development/Languages/Python
URL: http://bitbucket.org/zzzeek/alembic
Source: https://files.pythonhosted.org/packages/source/a/alembic/alembic-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/source/a/alembic/alembic-%{version}.tar.gz
Source1: python-alembic-rpmlintrc
# Test requirements:
BuildRequires: %{python_module Mako}
BuildRequires: %{python_module SQLAlchemy >= 0.7.6}