Updated buildout
authorThierry Florac <tflorac@ulthar.net>
Wed, 27 Nov 2019 16:46:35 +0100
changeset 434 7f256d281e84
parent 433 3e1e16d5bbaf
child 435 4504a27af426
Updated buildout
buildout.cfg
--- a/buildout.cfg	Wed Nov 27 16:41:34 2019 +0100
+++ b/buildout.cfg	Wed Nov 27 16:46:35 2019 +0100
@@ -56,7 +56,7 @@
 [pylint]
 recipe = zc.recipe.egg
 eggs =
-    pyams_utils
+    ${package:eggs}
     pylint
 entry-points = pylint=pylint.lint:Run
 arguments = sys.argv[1:]