From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 75612138350 for ; Sun, 9 Feb 2020 18:14:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FC75E0857; Sun, 9 Feb 2020 18:14:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6FC6AE0857 for ; Sun, 9 Feb 2020 18:14:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A99334E1A8 for ; Sun, 9 Feb 2020 18:14:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 924BD98 for ; Sun, 9 Feb 2020 18:14:55 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1581271483.9a1f580b5260f121cbf12c705fdea1777e38eec0.sping@gentoo> Subject: [gentoo-commits] proj/euscan:docker-compose--wip--expect-force-pushes commit in: / X-VCS-Repository: proj/euscan X-VCS-Files: Dockerfile requirements.txt X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 9a1f580b5260f121cbf12c705fdea1777e38eec0 X-VCS-Branch: docker-compose--wip--expect-force-pushes Date: Sun, 9 Feb 2020 18:14:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1b126658-4644-49d9-81ce-b7602575799c X-Archives-Hash: 5b2ec70d91a48bc386415d4dcdf6d65f commit: 9a1f580b5260f121cbf12c705fdea1777e38eec0 Author: Sebastian Pipping gentoo org> AuthorDate: Sun Feb 9 18:04:43 2020 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun Feb 9 18:04:43 2020 +0000 URL: https://gitweb.gentoo.org/proj/euscan.git/commit/?id=9a1f580b docker: Fix approach to installation of rddtool bindings Signed-off-by: Sebastian Pipping gentoo.org> Dockerfile | 2 ++ requirements.txt | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 680ca48..9ea5cee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,8 @@ RUN eselect profile show \ && \ echo 'PYTHON_TARGETS="${PYTHON_TARGETS} python2_7"' >> /etc/portage/make.conf \ && \ + echo 'PYTHON_SINGLE_TARGET="python2_7"' >> /etc/portage/make.conf \ + && \ echo 'USE="${USE} bindist sqlite -syslog"' >> /etc/portage/make.conf # NOTE: First build dependencies, then runtime-only dependencies diff --git a/requirements.txt b/requirements.txt index ee22ea2..391edc6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,6 @@ django-recaptcha==0.0.4 django-registration==0.8 matplotlib==2.2.5 python-ldap==2.4.10 -rrdtool==0.1.15 South==0.7 # Indirect dependencies