summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2019-04-04 23:48:47 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2019-04-07 00:00:23 -0400
commitd624faea3d62a5dab5dce6d7a14b6c27f8fddea9 (patch)
tree38ce636e651fe838e622f0604353d2b6a9b2fea5
parentdcee80310fe3b54d40d689a38a1e77a4f488e569 (diff)
list-depends: Remove obsolete hacks
-rwxr-xr-xlist-depends6
1 files changed, 2 insertions, 4 deletions
diff --git a/list-depends b/list-depends
index 9b8b39e..ddcef9e 100755
--- a/list-depends
+++ b/list-depends
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (c) 2013, 2015 Luke Shumaker <lukeshu@parabola.nu>
+# Copyright (c) 2013, 2015, 2019 Luke Shumaker <lukeshu@parabola.nu>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -26,9 +26,7 @@ curl -s "${prod_file}" |
sed -r \
-e 's|^-e .*/fredj/cssmin.git@master#egg=cssmin$|python2-cssmin-fredj|' \
-e 's/.*/\L&/' \
- -e 's/^(python2?-)?/python2-/' \
- -e 's/jinja2?/jinja/' \
- -e 's/django.countries/django-countries/' |
+ -e 's/^(python2?-)?/python2-/' |
while read -r dep; do
# This one is a little more complicated, because with ==
# depends, I don't want to actually lock to that precise of a