buildout.cfg
changeset 2 a44a73ee12f9
parent 0 9c21b8e2ba46
child 9 017ad36cc2ba
--- a/buildout.cfg	Wed Mar 11 11:58:56 2015 +0100
+++ b/buildout.cfg	Fri Mar 20 17:28:43 2015 +0100
@@ -18,12 +18,13 @@
 
 src = src
 develop = .
-
+          /var/local/src/pyams/ext/lingua
+          ../pyams_file
+          ../pyams_utils
 parts =
     package
     i18n
     pyflakes
-    pyflakesrun
     test
 
 [package]
@@ -31,6 +32,7 @@
 eggs =
     pyams_i18n
     persistent
+    pyams_file
     pyams_utils
     pyramid
     zope.component