Remove unneeded Barbican worker script from generated RPM.

An unneeded script (bin/barbican-worker) was being specified in the setup.py
file, but not specified in the RPM spec file as it is not needed for deployment.
This was leading to an 'unneeded file' error in the RPM build process. This
change removes that unneeded file from setup.py.

Change-Id: Ib9913ca152fc333f9e7ef9f1f749b2907970bd35
This commit is contained in:
jfwood
2013-09-18 13:40:34 -05:00
parent 2e65939bfd
commit ecffbfa79c

View File

@@ -71,8 +71,7 @@ setup(
'Programming Language :: Python :: 2.7',
'Environment :: No Input/Output (Daemon)',
],
scripts=['bin/barbican-all', 'bin/barbican-worker',
'bin/barbican-worker.py'],
scripts=['bin/barbican-all', 'bin/barbican-worker.py'],
py_modules=[],
entry_points="""
[barbican.crypto.plugin]