Do not install development packages on the target

This role currently passes a list of -dev packages to the
python_venv_build role which will install them on the target
rather than use them for building wheels on the repo server.

This patch removes those package installs and if any specific
dev packages are required they should instead be passed to
python_venv_build via venv_build_distro_package_list.

Change-Id: I5ed1c5145a38becd92de2842417cd6e4774b7bf9
This commit is contained in:
Jonathan Rosser 2020-05-28 09:19:02 +01:00 committed by Dmitriy Rabotyagov
parent e1bad838d1
commit dc7e520b81
3 changed files with 3 additions and 16 deletions

View File

@ -15,9 +15,4 @@
cache_timeout: 600
rally_distro_packages:
- build-essential
- libssl-dev
- libffi-dev
- python-dev
- git
rally_distro_packages: []

View File

@ -13,8 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
rally_distro_packages:
- openssl-devel
- libffi-devel
- python-devel
- git
rally_distro_packages: []

View File

@ -13,8 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
rally_distro_packages:
- git-core
- libffi-devel
- libopenssl-devel
- python-devel
rally_distro_packages: []