11
0

Accepting request 453624 from home:rsalevsky:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/453624
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-defusedxml?expand=0&rev=3
This commit is contained in:
2017-01-31 14:30:48 +00:00
committed by Git OBS Bridge
parent f179fae644
commit 6987fcf3ac
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 31 14:25:04 UTC 2017 - rsalevsky@suse.com
- Dummy changelog for bsc#1019074, FATE#322329
-------------------------------------------------------------------
Tue Feb 4 14:26:51 UTC 2014 - mcihar@suse.cz

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-py
# spec file for package python-defusedxml
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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
@@ -27,7 +27,7 @@ Source: https://pypi.python.org/packages/source/d/defusedxml/defusedxml-
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: python-xml
Requires: python-xml
Requires: python-xml
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()")}