From 71b011fa542fe959e690c64fcd28f05441248a33 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 22 Apr 2013 21:35:28 -0400 Subject: update list-depends to handle new version of the file --- list-depends | 4 ++-- 1 file 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-/' -- cgit v1.2.3