puppet: Remove python-dateutil requirement from pg_backup_and_purge.

1f565a9f41 removed the `package` lines which install
`python-dateutil`, but not the line in `puppet_ops` that reference it;
as such, Puppet manifests in puppet_ops fail to compile.

Remove the stale reference to `python-dateutil`, which is unnecessary
since the code is python3, not python2.
This commit is contained in:
Alex Vandiver 2020-06-11 14:19:09 -07:00
parent 461d5b1a3e
commit 39d6185ce7
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ class zulip_ops::postgres_common {
Package[
"postgresql-${zulip::base::postgres_version}",
'python3-dateutil',
'python-dateutil'
]
]
}