Show message how to install dependencies for CentOS

* up version because the package is released on pypi
* add changelog

Change-Id: I68b2c8d2d81e92d640bb641a7d25a635eb5a0338
Implements: blueprint cinder-neutron-plugins-in-fuel
This commit is contained in:
Evgeniy L 2014-11-13 17:03:55 +04:00
parent dc9ad8676f
commit 29f5362265
3 changed files with 22 additions and 2 deletions

View File

@ -0,0 +1,13 @@
# Changelog
## 1.0.1 (SET DATE)
- Show instruction for CentOS if not all requirements are installed
## 1.0.0 (2014-11-13)
Initial public release
- Plugin create
- Plugin build
- Plugin check

View File

@ -19,7 +19,14 @@ header = '=' * 50
install_required_packages = """
Was not able to find required packages, try to run:
Was not able to find required packages.
If you use Ubuntu, run:
# sudo apt-get install createrepo rpm dpkg-dev
If you use CentOS, run:
# yum install createrepo rpm dpkg-devel
"""

View File

@ -28,7 +28,7 @@ def find_requires():
setup(
name='fuel-plugin-builder',
version='1.0.0',
version='1.0.1.dev',
description='Helps to create and build fuel plugins',
long_description="""Helps to create and build fuel plugins""",
classifiers=[