disable intersphinx and use python-keyring >=2.0
This commit is contained in:
25
debian/patches/001-disable-intersphinx.patch
vendored
Normal file
25
debian/patches/001-disable-intersphinx.patch
vendored
Normal 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.
|
||||
25
debian/patches/002-python-keyring-requirements.patch
vendored
Normal file
25
debian/patches/002-python-keyring-requirements.patch
vendored
Normal 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
2
debian/patches/series
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
001-disable-intersphinx.patch
|
||||
002-python-keyring-requirements.patch
|
||||
Reference in New Issue
Block a user