15
0

Accepting request 358744 from home:stroeder:branches:devel:languages:python

update to 1.4.4 and added new dependencies on *new* packages (python-lazy_object_proxy and python-wrapt)

OBS-URL: https://build.opensuse.org/request/show/358744
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=20
This commit is contained in:
2016-02-22 14:48:17 +00:00
committed by Git OBS Bridge
parent 230269b9c8
commit c3f58a9c2e
4 changed files with 17 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
Name: python-astroid
Version: 1.4.3
Version: 1.4.4
Release: 0
Url: https://github.com/pycqa/astroid
Summary: Rebuild a new abstract syntax tree from Python's ast
@@ -29,6 +29,8 @@ BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: python-six
Requires: python-six
Requires: python-lazy_object_proxy
Requires: python-wrapt
%if 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else