All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tim Orling <ticotimo@gmail.com>
To: yocto@lists.yoctoproject.org
Subject: [layerindex][PATCH 17/18] Dockerfile: add back python2 dependencies
Date: Thu, 13 Jan 2022 21:54:40 -0800	[thread overview]
Message-ID: <88b13592c39d76ccb1a26034189fc9e2a240ecaf.1642138698.git.tim.orling@konsulko.com> (raw)
In-Reply-To: <cover.1642138698.git.tim.orling@konsulko.com>

We have some layers and especially older releases that still support
python2. Add python2 dependencies back to the container so that the
older releases still function.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 Dockerfile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index 25ab5ea..4b2870a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -22,6 +22,11 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update \
 	g++ \
 	gcc \
 	make \
+	python-pip \
+	python-mysqldb \
+	python-dev \
+	python-pil \
+	python-wheel \
 	python3-pip \
 	python3-mysqldb \
 	python3-dev \
-- 
2.30.2



  parent reply	other threads:[~2022-01-14  5:55 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-14  5:54 [layerindex][PATCH v2 00/18] Upgrade to Django 3.2 LTS and Celery 5 Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH v2 01/18] dockersetup.py: fix EMAIL_USE_SSL/TLS Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH v2 02/18] Dockerfile: cleanup, install python3-wheel Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH v2 03/18] dockersetup.py: letsencrypt 2048 bit rsa Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH v2 04/18] layerindex/*: make all shebangs python3 Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH v2 05/18] requirements.txt: bump to Django 3.0 Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH v2 06/18] Updates for " Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH v2 07/18] requirements.txt: bump to Django 3.1 Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH v2 08/18] docker-compose: bump mariadb to 10.3 Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH v2 09/18] requirements.txt: update all to latest Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH v2 10/18] requirements.txt: bump to Django 3.2 LTS Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH v2 11/18] settings: set DEFAULT_AUTO_FIELD Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH v2 12/18] docker-compose: fix celery Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH v2 13/18] README.devel: update versions Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH 14/18] rrs/admin.py: drop curry import Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH 15/18] Dockerfile: fix warnings Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH 16/18] rrs: add 0030_alter_recipeupgrade_maintainer.py miagration Tim Orling
2022-01-14  5:54 ` Tim Orling [this message]
2022-01-14  5:54 ` [layerindex][PATCH 18/18] requirements.txt: bump all to latest Tim Orling

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=88b13592c39d76ccb1a26034189fc9e2a240ecaf.1642138698.git.tim.orling@konsulko.com \
    --to=ticotimo@gmail.com \
    --cc=yocto@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.