From 77bc17beedbb3606b6b359829869c28b4edf5ca1 Mon Sep 17 00:00:00 2001 From: Yusei Tahara <yusei@nexedi.com> Date: Mon, 20 Feb 2017 12:06:58 +0900 Subject: [PATCH] component/protobuf-python: add protobuf-python. --- component/protobuf-python/buildout.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 component/protobuf-python/buildout.cfg diff --git a/component/protobuf-python/buildout.cfg b/component/protobuf-python/buildout.cfg new file mode 100644 index 000000000..e45da3110 --- /dev/null +++ b/component/protobuf-python/buildout.cfg @@ -0,0 +1,14 @@ +[buildout] +extends = + ../protobuf/buildout.cfg +parts = + protobuf-python + +[protobuf-python-env] +PATH = ${protobuf:location}/bin:%(PATH)s + +[protobuf-python] +recipe = zc.recipe.egg:custom +egg = protobuf +environment = protobuf-python-env +location = ${buildout:parts-directory}/${:_buildout_section_name_} -- 2.30.9