Revision ee2a6b3f devel/build_chroot

b/devel/build_chroot
228 228
      python-bitarray python-ipaddr python-yaml qemu-utils python-coverage pep8 \
229 229
      shelltestrunner python-dev pylint openssh-client vim git git-email
230 230

  
231
    # We need version 0.9.4 of pyinotify because the packaged version, 0.9.3, is
232
    # incompatibile with the packaged version of python-epydoc 3.0.1.
233
    # Reason: a logger class in pyinotify calculates its superclasses at
234
    # runtime, which clashes with python-epydoc's static analysis phase.
235
    #
236
    # Problem introduced in:
237
    #   https://github.com/seb-m/pyinotify/commit/2c7e8f8959d2f8528e0d90847df360
238
    # and "fixed" in:
239
    #   https://github.com/seb-m/pyinotify/commit/98c5f41a6e2e90827a63ff1b878596
240

  
241
    in_chroot -- \
231 242
      easy_install pyinotify==0.9.4
232 243

  
233 244
;;

Also available in: Unified diff