Merge lp:~cjwatson/brz-builder/no-dateutil into lp:brz-builder

Proposed by Colin Watson
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: 184
Merged at revision: 184
Proposed branch: lp:~cjwatson/brz-builder/no-dateutil
Merge into: lp:brz-builder
Diff against target: 10 lines (+1/-1)
1 file modified
setup.py (+1/-1)
To merge this branch: bzr merge lp:~cjwatson/brz-builder/no-dateutil
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+412276@code.launchpad.net

Commit message

Remove python-dateutil dependency.

Description of the change

It doesn't appear to be used anywhere.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'setup.py'
--- setup.py 2020-02-22 01:55:36 +0000
+++ setup.py 2021-11-23 15:47:19 +0000
@@ -17,5 +17,5 @@
17 'brzbuildrecipe.tests'],17 'brzbuildrecipe.tests'],
18 scripts=['bin/brz-build-daily-recipe', 'bin/brz-build-recipe'],18 scripts=['bin/brz-build-daily-recipe', 'bin/brz-build-recipe'],
19 package_dir={'brzbuildrecipe': 'brzbuildrecipe'},19 package_dir={'brzbuildrecipe': 'brzbuildrecipe'},
20 install_requires=['breezy', 'python-debian', 'python-dateutil'],20 install_requires=['breezy', 'python-debian'],
21 test_requires=['fixtures', 'testtools'],)21 test_requires=['fixtures', 'testtools'],)

Subscribers

People subscribed via source and target branches

to all changes: