forked from pool/python-pystache
Accepting request 623125 from devel:languages:python
- Drop the devel package from buildrequires OBS-URL: https://build.opensuse.org/request/show/623125 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pystache?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 16 12:31:15 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Drop the devel package from buildrequires
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 2 14:21:11 UTC 2017 - sor.alexei@meowr.ru
|
Sun Jul 2 14:21:11 UTC 2017 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pystache
|
# spec file for package python-pystache
|
||||||
#
|
#
|
||||||
# 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
|
# 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
|
||||||
@@ -23,9 +23,8 @@ Release: 0
|
|||||||
Summary: Mustache for Python
|
Summary: Mustache for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: http://github.com/defunkt/pystache
|
URL: http://github.com/defunkt/pystache
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pystache/pystache-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pystache/pystache-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
|
||||||
BuildRequires: %{python_module nose}
|
BuildRequires: %{python_module nose}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@@ -68,7 +67,8 @@ https://github.com/mustache/spec.
|
|||||||
%{python_uninstall_alternative pystache pystache-test}
|
%{python_uninstall_alternative pystache pystache-test}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc HISTORY.md LICENSE README.md TODO.md
|
%license LICENSE
|
||||||
|
%doc HISTORY.md README.md TODO.md
|
||||||
%python_alternative %{_bindir}/pystache
|
%python_alternative %{_bindir}/pystache
|
||||||
%python_alternative %{_bindir}/pystache-test
|
%python_alternative %{_bindir}/pystache-test
|
||||||
%{python_sitelib}/pystache/
|
%{python_sitelib}/pystache/
|
||||||
|
Reference in New Issue
Block a user