Opened on 06/20/2015 at 09:15:30 PM

Closed on 06/22/2015 at 01:03:59 PM

#2700 closed defect (rejected)

ensure_dependencies does not work with python 2.6

Reported by: Mailkov Assignee: Mailkov
Priority: P4 Milestone:
Module: Automation Keywords: goodfirstbug
Cc: sebastian Blocked By:
Blocking: Platform: Unknown
Ready: no Confidential: no
Tester: Verified working: no
Review URL(s):

https://github.com/adblockplus/buildtools/pull/4

Description

Environment

S.O. Windows 7
Python v.2.6
Repository GitHub

How to reproduce

  1. Clone a repository from github. example: https://github.com/adblockplus/libadblockplus
  2. As explained on libadclokplus readme.md, launch the command
    ensure_dependencies.py
    
  1. Return this error:
Traceback (most recent call last):
  File "C:\libadblockplus\ensure_dependencies.py", line 20, in <module>
     from collections import OrderedDict
ImportError: cannot import name OrderedDict


Observed behaviour

The dependencies of libadblockplus are not retrieved and updated

Expected behaviour

The dependencies of libadblockplus are retrieved and updated

Attachments (0)

Change History (5)

comment:1 Changed on 06/20/2015 at 09:32:28 PM by Mailkov

Last edited on 06/20/2015 at 09:39:01 PM by Mailkov

comment:2 Changed on 06/21/2015 at 12:50:33 PM by sebastian

  • Cc sebastian added
  • Component changed from Unknown to Build-and-Release-Tools
  • Priority changed from Unknown to P4
  • Ready set
  • Review URL(s) modified (diff)
  • Status changed from new to reviewing

comment:3 Changed on 06/21/2015 at 12:51:36 PM by sebastian

  • Owner set to Mailkov

comment:4 Changed on 06/21/2015 at 12:51:50 PM by sebastian

  • Keywords goodfirstbug added

comment:5 Changed on 06/22/2015 at 01:03:59 PM by sebastian

  • Ready unset
  • Resolution set to rejected
  • Status changed from reviewing to closed

Add Comment

Modify Ticket

Change Properties
Action
as closed .
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Mailkov.
 
Note: See TracTickets for help on using tickets.