summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-22 21:35:28 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-22 21:35:28 -0400
commit71b011fa542fe959e690c64fcd28f05441248a33 (patch)
treebb5fca6b28a60caefdac3a8f300c5bc36b2c0813
parentfdb45cd3d001008b7fcd7694eaa21328f26c74f6 (diff)
update list-depends to handle new version of the filev20130422
-rw-r--r--list-depends4
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-/'