14
0
forked from pool/python-pybeam

Accepting request 228203 from home:matwey:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/228203
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pybeam?expand=0&rev=6
This commit is contained in:
Sascha Peilicke
2014-03-31 07:34:13 +00:00
committed by Git OBS Bridge
parent b3d2f469c9
commit df22e6eec6
4 changed files with 13 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
Name: python-pybeam
Version: 0.3
Version: 0.3.1
Release: 0
Summary: Python module to parse Erlang BEAM files
License: MIT
@@ -28,6 +28,7 @@ BuildRequires: python-construct
BuildRequires: python-devel
BuildRequires: python-setuptools
Requires: python-construct
Requires: python-six >= 1.4.0
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()")}