Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/euscan:docker-compose--wip--expect-force-pushes commit in: /
Date: Sun, 09 Feb 2020 18:14:59
Message-Id: 1581271483.9a1f580b5260f121cbf12c705fdea1777e38eec0.sping@gentoo
1 commit: 9a1f580b5260f121cbf12c705fdea1777e38eec0
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 9 18:04:43 2020 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 18:04:43 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/euscan.git/commit/?id=9a1f580b
7
8 docker: Fix approach to installation of rddtool bindings
9
10 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
11
12 Dockerfile | 2 ++
13 requirements.txt | 1 -
14 2 files changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/Dockerfile b/Dockerfile
17 index 680ca48..9ea5cee 100644
18 --- a/Dockerfile
19 +++ b/Dockerfile
20 @@ -17,6 +17,8 @@ RUN eselect profile show \
21 && \
22 echo 'PYTHON_TARGETS="${PYTHON_TARGETS} python2_7"' >> /etc/portage/make.conf \
23 && \
24 + echo 'PYTHON_SINGLE_TARGET="python2_7"' >> /etc/portage/make.conf \
25 + && \
26 echo 'USE="${USE} bindist sqlite -syslog"' >> /etc/portage/make.conf
27
28 # NOTE: First build dependencies, then runtime-only dependencies
29
30 diff --git a/requirements.txt b/requirements.txt
31 index ee22ea2..391edc6 100644
32 --- a/requirements.txt
33 +++ b/requirements.txt
34 @@ -15,7 +15,6 @@ django-recaptcha==0.0.4
35 django-registration==0.8
36 matplotlib==2.2.5
37 python-ldap==2.4.10
38 -rrdtool==0.1.15
39 South==0.7
40
41 # Indirect dependencies