osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/38247?usp=email )
Change subject: OBS: build_srcpkg.Dockerfile: add sphinx-common
......................................................................
OBS: build_srcpkg.Dockerfile: add sphinx-common
Install sphinx-common, as it is needed to build the source package for
pyosmocom.
Fix for:
dh clean --with python3,sphinxdoc --buildsystem=pybuild
dh: error: unable to load addon sphinxdoc: Can't locate
Debian/Debhelper/Sequence/sphinxdoc.pm in @INC (you may need to install the
Debian::Debhelper::Sequence::sphinxdoc module) (@INC contains: /etc/perl
/usr/local/lib/x86_64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0
/usr/lib/x86_64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base
/usr/lib/x86_64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at
(eval 13) line 1.
BEGIN failed--compilation aborted at (eval 13) line 1.
Change-Id: I598f0b18c44522adc1a038df9dc4d05c7f39e4b1
---
M scripts/obs/data/build_srcpkg.Dockerfile
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/47/38247/1
diff --git a/scripts/obs/data/build_srcpkg.Dockerfile
b/scripts/obs/data/build_srcpkg.Dockerfile
index 80488ea..4822450 100644
--- a/scripts/obs/data/build_srcpkg.Dockerfile
+++ b/scripts/obs/data/build_srcpkg.Dockerfile
@@ -24,6 +24,7 @@
quilt \
rebar3 \
sed \
+ sphinx-common \
&& \
apt-get clean
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/38247?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I598f0b18c44522adc1a038df9dc4d05c7f39e4b1
Gerrit-Change-Number: 38247
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>