diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2012-12-19 00:55:58 -0200 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2012-12-19 00:55:58 -0200 |
commit | ec3aeff0836dd3d565bdbce78a3010323779ec59 (patch) | |
tree | 0862314c72fb703074f518ec4a1cb8c569c178ec /libre/parabolaweb-utils/helper.sh | |
parent | c37b943e6961e56017f7747ff7d6d29349d75344 (diff) | |
parent | 3dbbe1eda760ac2972f4829861b195705dcdc0db (diff) |
Merge ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/parabolaweb-utils/helper.sh')
-rw-r--r-- | libre/parabolaweb-utils/helper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/parabolaweb-utils/helper.sh b/libre/parabolaweb-utils/helper.sh index 5212571a8..ce8638e7e 100644 --- a/libre/parabolaweb-utils/helper.sh +++ b/libre/parabolaweb-utils/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 |