summaryrefslogtreecommitdiff
path: root/helper.sh
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-12-13 14:12:44 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-12-13 14:12:44 -0500
commit959fdb0438d491f61ef01b5417eac4aaac09fe1f (patch)
treec472ef1be7207b3ca11a3457efca38ab4d71a396 /helper.sh
parent9ddc355d49b370c4a84840b7f119f548da81f814 (diff)
update libre/parabolaweb-utils
Diffstat (limited to 'helper.sh')
-rw-r--r--helper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper.sh b/helper.sh
index 5212571..ce8638e 100644
--- a/helper.sh
+++ b/helper.sh
@@ -13,7 +13,7 @@ _get_depends() {
if [[ -f "${srcdir:-${startdir:-.}/src}/parabolaweb/requirements_prod.txt" ]]; then
pushd "${srcdir:-src}" >/dev/null
< parabolaweb/requirements_prod.txt sed -r \
- -e 's/.*/\L&/' -e 's/==/=/' \
+ -e 's/.*/\L&/' -e 's/==/>=/' \
-e 's/^(python2?-)?/python2-/' \
-e 's/python2-django/django/'
popd >/dev/null