Skip to content

Commit 7480492

Browse files
moha-ghrpurdie
authored andcommitted
dnf: upgrade 4.22.0 -> 4.23.0
New version includes support to build against CMake 4+, see [0]. Release notes are available at [1]. Python's 'ctypes' module is a new runtime dependency, added via [2]. [0]: rpm-software-management/dnf#2217 [1]: https://github.com/rpm-software-management/dnf/releases/tag/4.23.0 [2]: rpm-software-management/dnf@fa47a25 Signed-off-by: Moritz Haase <[email protected]> CC: [email protected] Signed-off-by: Richard Purdie <[email protected]>
1 parent 35f3cee commit 7480492

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SRC_URI = "git://github.com/rpm-software-management/dnf.git;branch=master;protoc
2020

2121
SRC_URI:append:class-native = " file://0001-dnf-write-the-log-lock-to-root.patch"
2222

23-
SRCREV = "da9a7066be8e1628d9453428d33685225cd9c90d"
23+
SRCREV = "8fa4bb94a99eadaed91ad2ee51f27a4baafcebed"
2424
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
2525

2626
inherit cmake gettext bash-completion setuptools3-base systemd
@@ -35,6 +35,7 @@ BBCLASSEXTEND = "native nativesdk"
3535
RDEPENDS:${PN} += " \
3636
python3-core \
3737
python3-codecs \
38+
python3-ctypes \
3839
python3-netclient \
3940
python3-email \
4041
python3-threading \

0 commit comments

Comments
 (0)