Broken fuel-plugin-builder in official pypi repo

Bug #1533236 reported by Alexey Galkin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel Plugins
New
Undecided
Unassigned

Bug Description

Steps to reproduce:

1. Create and activate virtual env

agalkin@agalkin:/develop/celebrer/plugin$ virtualenv .venv
Using base prefix '/usr'
New python executable in .venv/bin/python3
Also creating executable in .venv/bin/python
Installing setuptools, pip, wheel...done.
agalkin@agalkin:/develop/celebrer/plugin$ source .venv/bin/activate

2. Install fuel-plugin-builder

(.venv)agalkin@agalkin:/develop/celebrer/plugin$ pip install fuel-plugin-builder
Collecting fuel-plugin-builder
Collecting PyYAML==3.10 (from fuel-plugin-builder)
Collecting Mako==0.9.1 (from fuel-plugin-builder)
Collecting argparse==1.2.1 (from fuel-plugin-builder)
Collecting six>=1.5.2 (from fuel-plugin-builder)
  Using cached six-1.10.0-py2.py3-none-any.whl
Collecting jsonschema==2.4.0 (from fuel-plugin-builder)
  Using cached jsonschema-2.4.0-py2.py3-none-any.whl
Collecting MarkupSafe>=0.9.2 (from Mako==0.9.1->fuel-plugin-builder)
Installing collected packages: PyYAML, MarkupSafe, Mako, argparse, six, jsonschema, fuel-plugin-builder
Successfully installed Mako-0.9.1 MarkupSafe-0.23 PyYAML-3.10 argparse-1.2.1 fuel-plugin-builder-3.0.0 jsonschema-2.4.0 six-1.10.0

3. Try to create new plugin

(.venv)agalkin@agalkin:/develop/celebrer/plugin$ fpb --create fuel-plugin-celebrer
Unexpected error
'filter' object is not subscriptable

Excepted result:
 Successfully created plugin template.

Actual result:
  Unexpected error
   'filter' object is not subscriptable

Version:

(.venv)agalkin@agalkin:/develop/celebrer/plugin$ pip freeze
fuel-plugin-builder==3.0.0
jsonschema==2.4.0
Mako==0.9.1
MarkupSafe==0.23
PyYAML==3.10
six==1.10.0
wheel==0.24.0

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.