summaryrefslogtreecommitdiffstats
path: root/academic/cistrome-mdseqpos
diff options
context:
space:
mode:
author Dave Woodfall2021-05-06 19:14:56 +0200
committer Willy Sudiarto Raharjo2021-05-07 20:41:54 +0200
commitdd99ec11cd671b8ae767265d28af879d3461f76e (patch)
tree0df6e9e6698edd27013fe65c15d54da0a5649d83 /academic/cistrome-mdseqpos
parentbeed3d7fa58592a532415a2682727439c09ce3a9 (diff)
downloadslackbuilds-dd99ec11cd671b8ae767265d28af879d3461f76e.tar.gz
academic/cistrome-mdseqpos: Fix REQUIRES for python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/cistrome-mdseqpos')
-rw-r--r--academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild2
-rw-r--r--academic/cistrome-mdseqpos/cistrome-mdseqpos.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild b/academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild
index 95867993fa..76a78b4975 100644
--- a/academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild
+++ b/academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild
@@ -84,7 +84,7 @@ export CFLAGS=-I/usr/lib${LIBDIRSUFFIX}/python2.7/site-packages/numpy/core/inclu
cd mdseqpos/lib
cp settings.py.example settings.py
cd ..
-python setup.py install --root=$PKG
+python2 setup.py install --root=$PKG
cd ..
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
diff --git a/academic/cistrome-mdseqpos/cistrome-mdseqpos.info b/academic/cistrome-mdseqpos/cistrome-mdseqpos.info
index 37ca6fdfdb..53b6845e6e 100644
--- a/academic/cistrome-mdseqpos/cistrome-mdseqpos.info
+++ b/academic/cistrome-mdseqpos/cistrome-mdseqpos.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://bitbucket.org/cistrome/cistrome-applications-harvard/get/63346
MD5SUM="0441f0c1bb3ffa156dfe9ed0fccd5dc8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="numpy python-django R Jinja2"
+REQUIRES="numpy python2-django R Jinja2"
MAINTAINER="Petar Petrov"
EMAIL="slackalaxy@gmail.com"