From b3027b304cf59a015a65e6cd396ceaca9dce551ea347bbc5fbfafd2c14d3bf66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 30 Jul 2018 07:12:30 +0000 Subject: [PATCH] - Drop python-devel requirement OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-precise-runner?expand=0&rev=3 --- python-precise-runner.changes | 5 +++++ python-precise-runner.spec | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/python-precise-runner.changes b/python-precise-runner.changes index 07c98c8..fe7ae37 100644 --- a/python-precise-runner.changes +++ b/python-precise-runner.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 30 07:12:21 UTC 2018 - tchvatal@suse.com + +- Drop python-devel requirement + ------------------------------------------------------------------- Sat Jul 28 11:10:03 UTC 2018 - alarrosa@suse.com diff --git a/python-precise-runner.spec b/python-precise-runner.spec index 57b9700..6b02eb2 100644 --- a/python-precise-runner.spec +++ b/python-precise-runner.spec @@ -23,16 +23,14 @@ Release: 0 Summary: Wrapper to use Mycroft Precise Wake Word Listener License: Apache-2.0 Group: Development/Languages/Python -Url: http://github.com/MycroftAI/mycroft-precise +URL: http://github.com/MycroftAI/mycroft-precise Source: https://files.pythonhosted.org/packages/source/p/precise-runner/precise-runner-%{version}.tar.gz Source99: https://raw.githubusercontent.com/MycroftAI/mycroft-precise/dev/LICENSE -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-PyAudio BuildArch: noarch - %python_subpackages %description @@ -40,7 +38,7 @@ Wrapper to use the Mycroft Precise Wake Word Listener %prep %setup -q -n precise-runner-%{version} -cp %{S:99} . +cp %{SOURCE99} . %build %python_build