diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-04-15 13:09:30 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-04-15 13:09:30 -0400 |
commit | 9f5dcf443543f58979777473af624f7390d2e41f (patch) | |
tree | e9937fcf4ed622a33a41f787cdce36dfb0ea38d9 | |
parent | e4222c6e327813aef76d38dce9c55f128caa9a99 (diff) |
Derp, the package-specific hacks have to go after the normalizationv20150415
-rwxr-xr-x | list-depends | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/list-depends b/list-depends index ae98e86..1aa19ea 100755 --- a/list-depends +++ b/list-depends @@ -10,8 +10,8 @@ sed -r \ curl -s "${prod_file}" | sed -r \ -e 's|^-e .*/fredj/cssmin.git@master#egg=cssmin$|python2-cssmin-fredj|' \ - -e 's/jinja2?/jinja/' \ - -e 's/django.countries/django-countries/' \ -e 's/.*/\L&/' \ -e 's/==/>=/' \ - -e 's/^(python2?-)?/python2-/' + -e 's/^(python2?-)?/python2-/' \ + -e 's/jinja2?/jinja/' \ + -e 's/django.countries/django-countries/' |