fix version override, remove dependencies of host package

This commit is contained in:
Bryan Thornbury 2016-03-22 11:21:22 -07:00
parent 6ed82a1a3f
commit 08091d72bc
2 changed files with 1 additions and 6 deletions

View file

@ -66,7 +66,7 @@ def generate_changelog(config_data, template_dir, package_version=None, package_
# Allow for Version Override
config_package_version = release_data["package_version"]
package_version = config_package_version
package_version = package_version or config_package_version
template_dict = dict(\
PACKAGE_VERSION=package_version,