Commit 9fa24f48 authored by Nicolas Wavrant's avatar Nicolas Wavrant

component/nghttp2: python and python-setuptools are listed as dependencies

parent 4cb1fcc0
...@@ -3,6 +3,8 @@ extends = ...@@ -3,6 +3,8 @@ extends =
../automake/buildout.cfg ../automake/buildout.cfg
../libtool/buildout.cfg ../libtool/buildout.cfg
../pkgconfig/buildout.cfg ../pkgconfig/buildout.cfg
../python-2.7/buildout.cfg
../python-setuptools/buildout.cfg
parts = parts =
nghttp2 nghttp2
...@@ -18,4 +20,4 @@ pre-configure = ...@@ -18,4 +20,4 @@ pre-configure =
automake automake
autoconf autoconf
environment = environment =
PATH=${autoconf:location}/bin:${automake:location}/bin:${git:location}/bin:${libtool:location}/bin:${m4:location}/bin:%(PATH)s PATH=${autoconf:location}/bin:${automake:location}/bin:${git:location}/bin:${libtool:location}/bin:${m4:location}/bin:${python2.7:location}/bin:%(PATH)s
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