Commit a354e1a9 authored by Julien Muchembled's avatar Julien Muchembled Committed by Xavier Thompson

fixup! Add referred parts' hash strings in __buildout_signature__, that...

fixup! Add referred parts' hash strings in __buildout_signature__, that invokes rebuild of a part when one of its (recursive) dependencies are modified.
parent c6ab83e4
......@@ -2270,7 +2270,7 @@ def test_part_pulled_by_recipe():
... self.x = buildout[options['x']][name]
...
... def install(self):
... print self.x
... print(self.x)
... return ()
...
... update = install
......
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