diff options
-rw-r--r-- | list-depends | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/list-depends b/list-depends index 76f7306..d133f03 100644 --- a/list-depends +++ b/list-depends @@ -9,7 +9,7 @@ sed -r \ curl -s "${prod_file}" | sed -r \ + -e 's|^-e .*/fredj/cssmin.git@master#egg=cssmin$|python2-cssmin-fredj|' \ -e 's/.*/\L&/' \ -e 's/==/>=/' \ - -e 's/^(python2?-)?/python2-/' \ - -e 's/python2-django/django/' + -e 's/^(python2?-)?/python2-/' |