From 9e0b01305d9a2eac0af5d929cf84d15740e563bc7e276f8fe425cdcc18276e96 Mon Sep 17 00:00:00 2001 From: Todd R Date: Tue, 3 Feb 2015 19:13:13 +0000 Subject: [PATCH] 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 --- python-python-magic.changes | 5 +++++ python-python-magic.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-python-magic.changes b/python-python-magic.changes index f761d73..649146c 100644 --- a/python-python-magic.changes +++ b/python-python-magic.changes @@ -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 diff --git a/python-python-magic.spec b/python-python-magic.spec index 36ac42e..28bb8c1 100644 --- a/python-python-magic.spec +++ b/python-python-magic.spec @@ -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()")}