From 9f5dcf443543f58979777473af624f7390d2e41f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 15 Apr 2015 13:09:30 -0400 Subject: Derp, the package-specific hacks have to go after the normalization --- list-depends | 6 +++--- 1 file 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/' -- cgit v1.2.3