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

Explicitly require file

OBS-URL: https://build.opensuse.org/request/show/283953
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-magic?expand=0&rev=2
This commit is contained in:
Todd R 2015-02-03 19:13:13 +00:00 committed by Git OBS Bridge
parent 98aff8bcda
commit 9e0b01305d
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 3 19:12:38 UTC 2015 - toddrme2178@gmail.com
- Explicitly require file
-------------------------------------------------------------------
Mon Feb 2 23:16:35 UTC 2015 - toddrme2178@gmail.com

View File

@ -26,6 +26,8 @@ Url: http://github.com/ahupp/python-magic
Source: https://pypi.python.org/packages/source/p/python-magic/python-magic-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: file
Requires: file
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}