disable intersphinx and use python-keyring >=2.0

This commit is contained in:
gustavo panizzo
2014-01-06 15:02:07 -03:00
parent 6861af9c6c
commit 9ca89fb5bf
3 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
Description: this patch disables intersphinx.
Intersphinx downloads stuff from internet, that is not allowed on buildds.
.
python-openstackclient (0.3.0-1) unstable; urgency=low
.
* Initial release. (Closes: #733557)
Author: gustavo panizzo <gfa@zumbi.com.ar>
Bug-Debian: http://bugs.debian.org/733557
---
Origin: vendor
Forwarded: not-needed
Reviewed-By: gustavo panizzo <gfa@zumbi.com.ar>
Last-Update: <2014-01-06>
--- python-openstackclient-0.3.0.orig/doc/source/conf.py
+++ python-openstackclient-0.3.0/doc/source/conf.py
@@ -31,7 +31,6 @@ sys.path.insert(0, os.path.abspath(os.pa
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.doctest',
- 'sphinx.ext.intersphinx',
'sphinx.ext.todo']
# Add any paths that contain templates here, relative to this directory.

View File

@@ -0,0 +1,25 @@
Description: Allow python-keyring newer than 2.0
We have newer version than 2.0 on Debian. That's the reason for this change.
.
python-openstackclient (0.3.0-1) unstable; urgency=low
.
* Initial release. (Closes: #733557)
Author: gustavo panizzo <gfa@zumbi.com.ar>
Bug-Debian: http://bugs.debian.org/733557
---
Origin: vendor
Forwarded: not-needed
Reviewed-By: gustavo panizzo <gfa@zumbi.com.ar>
Last-Update: <2014-01-06>
--- python-openstackclient-0.3.0.orig/requirements.txt
+++ python-openstackclient-0.3.0/requirements.txt
@@ -1,6 +1,6 @@
pbr>=0.5.21,<1.0
cliff>=1.4.3
-keyring>=1.6.1,<2.0
+keyring>=1.6.1
pycrypto>=2.6
python-glanceclient>=0.9.0
python-keystoneclient>=0.4.1

2
debian/patches/series vendored Normal file
View File

@@ -0,0 +1,2 @@
001-disable-intersphinx.patch
002-python-keyring-requirements.patch