Fix bad syntax in requirements.txt file

This invalid syntax was breaking wheel generation
for sysinv in python 3.6 and impacting image builds.

A python header has been updated to ensure zuul
will run for sysinv and verify the fix.

Closes-Bug: #1942906
Signed-off-by: albailey <Al.Bailey@windriver.com>
Change-Id: Ic02f1276f7a02677b2aece43117c27908ce81c44
This commit is contained in:
albailey 2021-09-14 09:12:15 -05:00
parent cc785e29db
commit f761ebf227
2 changed files with 2 additions and 2 deletions

View File

@ -53,4 +53,4 @@ psycopg2-binary
python-barbicanclient
rfc3986
importlib-metadata>=3.3.0;python_version=="3.6"
importlib-resources===5.2.2;python_version=="3.6"
importlib-resources==5.2.2;python_version=="3.6"

View File

@ -17,7 +17,7 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# Copyright (c) 2013-2014 Wind River Systems, Inc.
# Copyright (c) 2013-2021 Wind River Systems, Inc.
#