Merge lp:~cjwatson/launchpad/remove-funkload-webunit into lp:launchpad

Proposed by Colin Watson
Status: Merged
Merged at revision: 18382
Proposed branch: lp:~cjwatson/launchpad/remove-funkload-webunit
Merge into: lp:launchpad
Diff against target: 43 lines (+0/-4)
3 files modified
buildout.cfg (+0/-1)
setup.py (+0/-1)
versions.cfg (+0/-2)
To merge this branch: bzr merge lp:~cjwatson/launchpad/remove-funkload-webunit
Reviewer Review Type Date Requested Status
William Grant code Approve
Review via email: mp+323915@code.launchpad.net

Commit message

Remove funkload and webunit, which are no longer used.

Description of the change

These stopped being used as a result of https://code.launchpad.net/~jml/launchpad/flush-top-level/+merge/50374, but weren't completely cleaned up.

To post a comment you must log in.
Revision history for this message
William Grant (wgrant) :
review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'buildout.cfg'
--- buildout.cfg 2017-05-08 12:39:30 +0000
+++ buildout.cfg 2017-05-11 14:52:17 +0000
@@ -38,7 +38,6 @@
38recipe = z3c.recipe.scripts38recipe = z3c.recipe.scripts
39eggs = lp39eggs = lp
40 celery40 celery
41 funkload
42 zc.zservertracelog41 zc.zservertracelog
43 pyinotify42 pyinotify
44 lpjsmin43 lpjsmin
4544
=== modified file 'setup.py'
--- setup.py 2017-05-08 11:56:10 +0000
+++ setup.py 2017-05-11 14:52:17 +0000
@@ -40,7 +40,6 @@
40 'fixtures',40 'fixtures',
41 'FeedParser',41 'FeedParser',
42 'feedvalidator',42 'feedvalidator',
43 'funkload',
44 'html5browser',43 'html5browser',
45 'httmock',44 'httmock',
46 'pygpgme',45 'pygpgme',
4746
=== modified file 'versions.cfg'
--- versions.cfg 2017-05-08 12:39:30 +0000
+++ versions.cfg 2017-05-11 14:52:17 +0000
@@ -37,7 +37,6 @@
37fixtures = 0.3.937fixtures = 0.3.9
38flask = 0.10.138flask = 0.10.1
39FormEncode = 1.2.439FormEncode = 1.2.4
40funkload = 1.16.1
41grokcore.component = 1.640grokcore.component = 1.6
42gunicorn = 19.4.541gunicorn = 19.4.5
43html5browser = 0.0.942html5browser = 0.0.9
@@ -151,7 +150,6 @@
151unittest2 = 0.5.1150unittest2 = 0.5.1
152van.testing = 3.0.0151van.testing = 3.0.0
153wadllib = 1.3.2152wadllib = 1.3.2
154webunit = 1.3.10
155Werkzeug = 0.11.3153Werkzeug = 0.11.3
156# Upgrade from ZTK 1.1.5 to intercept lazr.restfulclient.154# Upgrade from ZTK 1.1.5 to intercept lazr.restfulclient.
157wsgi-intercept = 0.5.1155wsgi-intercept = 0.5.1