14
0

Accepting request 606248 from home:TheBlackCat:branches:devel:languages:python

- Don't forget python-rpm-macros

OBS-URL: https://build.opensuse.org/request/show/606248
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-validate_email?expand=0&rev=4
This commit is contained in:
Todd R
2018-05-10 15:49:14 +00:00
committed by Git OBS Bridge
parent b0495642e1
commit d83db8eb31
2 changed files with 9 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-validate_email
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@ Group: Development/Languages/Python
Url: https://github.com/syrusakbary/validate_email
Source: https://files.pythonhosted.org/packages/source/v/validate_email/validate_email-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
@@ -43,7 +44,8 @@ properly formatted and really exists.
%python_install
%files %{python_files}
%doc LICENSE README.rst
%doc README.rst
%license LICENSE
%{python_sitelib}/*
%changelog