Add dependency on numpy (rhbz#1265472)
This commit is contained in:
parent
9c77ad60a0
commit
9378b50e08
@ -8,7 +8,7 @@
|
||||
|
||||
Name: libfreenect
|
||||
Version: 0.5.2
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Device driver for the Kinect
|
||||
License: GPLv2+ or ASL 2.0
|
||||
URL: http://www.openkinect.org/
|
||||
@ -82,6 +82,7 @@ library for OpenCV development.
|
||||
%package python
|
||||
Summary: Python bindings for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: numpy
|
||||
|
||||
%description python
|
||||
The %{name}-python package contains python bindings for %{name}
|
||||
@ -191,6 +192,9 @@ mv %{buildroot}%{_libdir}/OpenNI2-FreenectDriver %{buildroot}%{_libdir}/openni2/
|
||||
%{_libdir}/openni2
|
||||
|
||||
%changelog
|
||||
* Sat Sep 26 2015 Rich Mattes <richmattes@gmail.com> - 0.5.2-5
|
||||
- Add dependency on numpy (rhbz#1265472)
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user