Commit 808f24ce authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki Committed by Julien Muchembled

cleanup setup-eggs.

parent ec91f89a
...@@ -3,10 +3,5 @@ ...@@ -3,10 +3,5 @@
[python-cliff] [python-cliff]
recipe = zc.recipe.egg:custom recipe = zc.recipe.egg:custom
egg = cliff egg = cliff
setup-eggs = ${python-cliff-prep:eggs} setup-eggs =
[python-cliff-prep]
recipe = zc.recipe.egg
eggs =
pbr pbr
...@@ -11,18 +11,10 @@ parts = ...@@ -11,18 +11,10 @@ parts =
recipe = zc.recipe.egg:custom recipe = zc.recipe.egg:custom
egg = cryptography egg = cryptography
environment = python-cryptography-env environment = python-cryptography-env
setup-eggs = ${python-cryptography-prep:eggs} setup-eggs = ${python-cffi:egg}
[python-cryptography-env] [python-cryptography-env]
PATH = ${pkgconfig:location}/bin:%(PATH)s PATH = ${pkgconfig:location}/bin:%(PATH)s
PKG_CONFIG_PATH = ${openssl:location}/lib/pkgconfig PKG_CONFIG_PATH = ${openssl:location}/lib/pkgconfig
LD_LIBRARY_PATH = ${openssl:location}/lib LD_LIBRARY_PATH = ${openssl:location}/lib
CPATH = ${openssl:location}/include CPATH = ${openssl:location}/include
[python-cryptography-prep]
recipe = zc.recipe.egg
eggs =
${python-cffi:egg}
enum34
pycparser
six
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