Commit 1e094cd3 authored by Andreas Tille's avatar Andreas Tille
Browse files

Fix PYTHONPATH according to a hint given by Piotr Ożarowski

parent f9acff8e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@ python-skbio (0.5.2-1) UNRELEASED; urgency=medium
  * Point Vcs fields to salsa.debian.org
  * Standards-Version: 4.1.4
  * debhelper 11
  * Fix PYTHONPATH according to a hint given by Piotr Ożarowski
    Closes: #894326

 -- Andreas Tille <tille@debian.org>  Thu, 26 Apr 2018 09:16:46 +0200

+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ DOCPKG=python-$(PYBUILD_NAME)-doc

override_dh_auto_build:
	dh_auto_build
	PYTHONPATH=$(shell echo .pybuild/pythonX.Y_3.*/build/) \
	PYTHONPATH=$(shell pybuild --print build_dir --interpreter python3) \
		http_proxy='127.0.0.1:9' \
		python3 `which sphinx-build` -b html -d doc/build/doctrees doc/source doc/build/html