Upgrade path for py-talloc->py3-talloc and py-tdb->py3-tdb
Reminded by Ian McWilliam
This commit is contained in:
parent
083f5a97f9
commit
aaa5ca81bf
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.1256 2021/05/05 11:55:59 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.1257 2021/05/12 23:34:44 jca Exp $
|
||||
|
||||
COMMENT = exceptions to pkg_add rules
|
||||
CATEGORIES = devel databases
|
||||
DISTFILES =
|
||||
|
||||
# API.rev
|
||||
PKGNAME = quirks-4.9
|
||||
PKGNAME = quirks-4.10
|
||||
PKG_ARCH = *
|
||||
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/perl
|
||||
|
||||
# ex:ts=8 sw=4:
|
||||
# $OpenBSD: Quirks.pm,v 1.1272 2021/05/05 11:55:59 landry Exp $
|
||||
# $OpenBSD: Quirks.pm,v 1.1273 2021/05/12 23:34:44 jca Exp $
|
||||
#
|
||||
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -455,9 +455,11 @@ my $stem_extensions = {
|
||||
'py-junos-eznc' => 'py3-junos-eznc',
|
||||
'py-ncclient' => 'py3-ncclient',
|
||||
'py-beautifulsoup4' => 'py3-beautifulsoup4',
|
||||
'py-beautifulsoup' => 'py3-beautifulsoup4',
|
||||
'py-beautifulsoup' => 'py3-beautifulsoup4',
|
||||
# 7.0
|
||||
'weboob' => 'woob',
|
||||
'py-talloc' => 'py3-talloc',
|
||||
'py-tdb' => 'py3-tdb',
|
||||
};
|
||||
|
||||
my $obsolete_reason = {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user