Accepting request 157733 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/157733
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1-modules?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2013-03-08 12:28:51 +00:00 committed by Git OBS Bridge
commit 6272cb6652
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 2 19:44:41 UTC 2013 - toddrme2178@gmail.com
- Fix building on SLES
-------------------------------------------------------------------
Fri Jul 27 18:03:12 UTC 2012 - michael@stroeder.com

View File

@ -32,9 +32,10 @@ Requires: python-pyasn1
%py_requires
%if 0%{?suse_version} > 1110
BuildArch: noarch
%else
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%endif
%endif
%{!?python_sitelib: %global python_sitelib %(%{ python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%description
This is an implementation of ASN.1 types and codecs in Python programming