11
0

Accepting request 367845 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/367845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-execnet?expand=0&rev=2
This commit is contained in:
2016-03-18 20:40:02 +00:00
committed by Git OBS Bridge
parent 6e2f6371c0
commit 4365cf11e8
4 changed files with 34 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-execnet
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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
@@ -17,7 +17,7 @@
Name: python-execnet
Version: 1.2.0
Version: 1.4.1
Release: 0
Summary: Rapid multi-Python deployment
License: MIT
@@ -30,6 +30,8 @@ BuildRequires: python-Sphinx
BuildRequires: python-devel
BuildRequires: python-pytest
BuildRequires: python-setuptools
BuildRequires: python-setuptools_scm
Requires: python-apipkg
%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