- Remove devel dependency and do not use symlinks on fdupes call

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-csvkit?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2019-02-27 08:42:26 +00:00
committed by Git OBS Bridge
parent e750743c74
commit 02566ffe5c
2 changed files with 8 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-csvkit
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -35,7 +35,6 @@ BuildRequires: %{python_module agate-dbf >= 0.2.0}
BuildRequires: %{python_module agate-excel >= 0.2.2}
BuildRequires: %{python_module agate-sql >= 0.5.3}
BuildRequires: %{python_module dbf >= 0.9.3}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module et_xmlfile}
BuildRequires: %{python_module jdcal}
BuildRequires: %{python_module openpyxl >= 2.2.0.b1}
@@ -70,7 +69,7 @@ find csvkit -name "*.py" | xargs sed -i '1 {/^#!/ d}'
%install
%python_install
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
export LANG=en_US.UTF-8