commit:     9a1f580b5260f121cbf12c705fdea1777e38eec0
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  9 18:04:43 2020 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> 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 <sping <AT> 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

Reply via email to