~gilgamezh/encuentro/virtualenvizar

« back to all changes in this revision

Viewing changes to source_encuentro.py

  • Committer: Facundo Batista
  • Date: 2013-12-08 23:36:06 UTC
  • mfrom: (192.1.1 remove-twisted)
  • Revision ID: facundo@taniquetil.com.ar-20131208233606-tq1yvw2bm6cbdtz6
Removed twisted (kept deferreds through a new dependency).

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    attach_file_if_exists(report, fname, "EncuentroLog")
30
30
 
31
31
    # info about dependencies
32
 
    packages = ["python-mechanize", "python-twisted-bin", "python-qt4",
33
 
                "python-xdg"]
 
32
    packages = ["python-mechanize", "python-defer", "python-qt4", "python-xdg"]
34
33
    attach_related_packages(report, packages)