- Include in SLE 12 (FATE#320818, bsc#979331)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click?expand=0&rev=8
This commit is contained in:
Robert Schweikert 2016-11-17 13:50:15 +00:00 committed by Git OBS Bridge
parent f34fd813fb
commit 19155af042
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 17 13:49:50 UTC 2016 - rjschwei@suse.com
- Include in SLE 12 (FATE#320818, bsc#979331)
-------------------------------------------------------------------
Thu Sep 15 22:54:59 UTC 2016 - toddrme2178@gmail.com

View File

@ -25,8 +25,8 @@ Group: Development/Languages/Python
Url: http://github.com/mitsuhiko/click
Source: https://files.pythonhosted.org/packages/source/c/click/click-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: python-pytest
BuildRequires: python-setuptools
%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()")}
%else