'py-dbus' => 'py3-dbus'

This commit is contained in:
ajacoutot 2022-09-09 20:49:06 +00:00
parent ce70775f4e
commit c2599dbc33
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@ CATEGORIES = devel databases
DISTFILES =
# API.rev
PKGNAME = quirks-6.37
PKGNAME = quirks-6.38
PKG_ARCH = *
MAINTAINER = Marc Espie <espie@openbsd.org>

View File

@ -1,7 +1,7 @@
#! /usr/bin/perl
# ex:ts=8 sw=4:
# $OpenBSD: Quirks.pm,v 1.1431 2022/09/09 20:46:32 ajacoutot Exp $
# $OpenBSD: Quirks.pm,v 1.1432 2022/09/09 20:49:06 ajacoutot Exp $
#
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
#
@ -744,6 +744,7 @@ my $stem_extensions = {
'webkitgtk4' => 'webkitgtk40',
'py-llvmlite' => 'py3-llvmlite',
'py-dpkt' => 'py3-dpkt',
'py-dbus' => 'py3-dbus',
};
my $obsolete_reason = {};