wrong dependencies for fuel-tasklib

Bug #1542814 reported by Thomas Goirand
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Committed
Medium
Julia Varlamova

Bug Description

In Fuel library, we can read, in utils/fuel-tasklib/requirements.txt:

networkx>=1.8,<1.10
jsonschema>=2.3.0
PyYAML>=3.11
argparse>=1.2.1

1/ OpenStack Mitaka already imposes networkx >= 1.10, so fuel-tasklib must follow
2/ argparse should be removed (as it's included in Python 2.7 and may pose troubles)

These are issues when packaging fuel-library for Debian. Please fix.

Revision history for this message
Thomas Goirand (thomas-goirand) wrote :

By the way, it also imposes mock == 1.0, which isn't satisfiable in Sid, which has 1.3. Please also fix that.

Ilya Kutukov (ikutukov)
Changed in fuel:
milestone: none → 9.0
assignee: nobody → Fuel Library Team (fuel-library)
status: New → Confirmed
importance: Undecided → Medium
tags: added: tech-debt
tags: added: area-library
Changed in fuel:
assignee: Fuel Library Team (fuel-library) → Julia Varlamova (jvarlamova)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-library (master)

Fix proposed to branch: master
Review: https://review.openstack.org/278304

Changed in fuel:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (master)

Reviewed: https://review.openstack.org/278304
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=60e391dfeb2461982676dc3ff27dc19d89001078
Submitter: Jenkins
Branch: master

commit 60e391dfeb2461982676dc3ff27dc19d89001078
Author: Julia Varlamova <email address hidden>
Date: Wed Feb 10 13:42:21 2016 +0300

    Update requirements for fuel-tasklib.

    Update version of 'networkx' package from requirements.txt,
    'mock' package from test-requirements.txt.
    Remove 'argparse' from requirements.txt as it's included in Python 2.7.

    Change-Id: I042c223feddd6218beab6904c34d222ec3f1bd67
    Closes-bug: #1542814

Changed in fuel:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.