diff --git a/bindep.txt b/bindep.txt index ddd9c490..6a94fba9 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,4 +1,5 @@ # This is a cross-platform list tracking distribution packages needed for install and tests; # see https://docs.openstack.org/infra/bindep/ for additional information. +python3-rpm [platform:dpkg] rpm-python [platform:rpm] diff --git a/cgcs-patch/cgcs-patch/cgcs_patch/constants.py b/cgcs-patch/cgcs-patch/cgcs_patch/constants.py index d4d8a755..4f1654a5 100644 --- a/cgcs-patch/cgcs-patch/cgcs_patch/constants.py +++ b/cgcs-patch/cgcs-patch/cgcs_patch/constants.py @@ -1,5 +1,5 @@ """ -Copyright (c) 2015-2019 Wind River Systems, Inc. +Copyright (c) 2015-2021 Wind River Systems, Inc. SPDX-License-Identifier: Apache-2.0 diff --git a/cgcs-patch/cgcs-patch/tox.ini b/cgcs-patch/cgcs-patch/tox.ini index 87e408ba..b66dd396 100644 --- a/cgcs-patch/cgcs-patch/tox.ini +++ b/cgcs-patch/cgcs-patch/tox.ini @@ -129,6 +129,7 @@ commands = [testenv:pylint] basepython = python3.6 +sitepackages = True commands = pylint cgcs_patch --rcfile=./pylint.rc pylint cgcs_make_patch --rcfile=./pylint_make_patch.rc