forked from pool/python-oauthlib
Accepting request 214480 from devel:languages:python
- Add pycrypto requirement for "rsa" submodule OBS-URL: https://build.opensuse.org/request/show/214480 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oauthlib?expand=0&rev=8
This commit is contained in:
commit
3a81b0ec87
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 20 10:22:53 UTC 2014 - speilicke@suse.com
|
||||||
|
|
||||||
|
- Add pycrypto requirement for "rsa" submodule
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 1 11:22:43 UTC 2013 - p.drouand@gmail.com
|
Fri Nov 1 11:22:43 UTC 2013 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-oauthlib
|
# spec file for package python-oauthlib
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -33,6 +33,7 @@ BuildRequires: python-nose
|
|||||||
BuildRequires: python-pycrypto
|
BuildRequires: python-pycrypto
|
||||||
BuildRequires: python-rsa
|
BuildRequires: python-rsa
|
||||||
BuildRequires: python-unittest2
|
BuildRequires: python-unittest2
|
||||||
|
Requires: python-pycrypto
|
||||||
Requires: python-rsa
|
Requires: python-rsa
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%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()")}
|
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
Loading…
Reference in New Issue
Block a user