summaryrefslogtreecommitdiff
path: root/pbr/packaging.py
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2019-08-26 22:00:28 +0100
committerStephen Finucane <sfinucan@redhat.com>2019-08-27 16:57:23 +0100
commit57d7c53739487e9fa0051ae12d8609acebaaf0e1 (patch)
tree2b177be5f180b3a09a07ca366994f1d5d1cf3b67 /pbr/packaging.py
parentfa0dd5652d82f8d238742f2d50c5514dec6f29a8 (diff)
downloadpbr-57d7c53739487e9fa0051ae12d8609acebaaf0e1.tar.gz
Update to latest hacking
Change-Id: If73238a39d0934c6f577fc52132fcbc63e8eb25f Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'pbr/packaging.py')
-rw-r--r--pbr/packaging.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pbr/packaging.py b/pbr/packaging.py
index 932ccdb..a697992 100644
--- a/pbr/packaging.py
+++ b/pbr/packaging.py
@@ -328,6 +328,7 @@ except ImportError:
def have_nose():
return _have_nose
+
_wsgi_text = """#PBR Generated from %(group)r
import threading
@@ -652,6 +653,7 @@ class LocalSDist(sdist.sdist):
self.filelist.sort()
sdist.sdist.make_distribution(self)
+
try:
from pbr import builddoc
_have_sphinx = True