Date: Saturday, October 26, 2019 @ 06:34:39
  Author: foutrelis
Revision: 520272

Set PYTHONPATH in build()

Modified:
  python-sshtunnel/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-10-26 06:29:40 UTC (rev 520271)
+++ PKGBUILD    2019-10-26 06:34:39 UTC (rev 520272)
@@ -29,6 +29,7 @@
 
 build() {
   cd ${pkgbase}
+  export PYTHONPATH="$PWD:$PYTHONPATH"
   python setup.py build
   sphinx-build -b text docs docs/_build/text
   sphinx-build -b man docs docs/_build/man

Reply via email to