forked from pool/python-PyOpenAL
Accepting request 764976 from home:mcalabkova:branches:devel:languages:python
- update to 0.7.11a1 * Library loading fix for Linux * replace byte concatanation with list appending * Removed numpy dependency OBS-URL: https://build.opensuse.org/request/show/764976 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyOpenAL?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
2e810e84d6
commit
284a1b7f1c
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-PyOpenAL
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-PyOpenAL
|
||||
Version: 0.7.7a1
|
||||
Version: 0.7.11a1
|
||||
Release: 0
|
||||
Summary: Python bindings for OpenAL
|
||||
License: SUSE-Public-Domain
|
||||
@@ -29,13 +29,9 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-numpy
|
||||
Requires: config(openal-soft)
|
||||
Recommends: python-PyOgg
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module numpy}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user