Commit e91b4e0a authored by Xavier Thompson's avatar Xavier Thompson

[tmp] Revert back to installing pygolang from PyPI

For now. Because since pygolang is installed from git clone,
it fails to resolve liblibgolang at runtime.
parent 84ea66f5
Pipeline #34701 failed with stage
in 0 seconds
......@@ -13,14 +13,17 @@ parts =
# pygolang is installed from git checkout
[pygolang]
recipe = zc.recipe.egg:develop
setup = ${pygolang-repository:location}
recipe = zc.recipe.egg:custom
# setup = ${pygolang-repository:location}
egg = pygolang
setup-eggs =
${cython:egg}
setuptools-dso
gevent
[versions]
pygolang = 0.1
# gpython program
[gpython]
recipe = zc.recipe.egg:scripts
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment