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
1=== modified file 'setup.py'
2--- setup.py 2020-02-22 01:55:36 +0000
3+++ setup.py 2021-11-23 15:47:19 +0000
4@@ -17,5 +17,5 @@
5 'brzbuildrecipe.tests'],
6 scripts=['bin/brz-build-daily-recipe', 'bin/brz-build-recipe'],
7 package_dir={'brzbuildrecipe': 'brzbuildrecipe'},
8- install_requires=['breezy', 'python-debian', 'python-dateutil'],
9+ install_requires=['breezy', 'python-debian'],
10 test_requires=['fixtures', 'testtools'],)

Subscribers

People subscribed via source and target branches

to all changes: