From 51b21ebb38a77bbccdacf4b3b1ef61d0dd7983de Mon Sep 17 00:00:00 2001 From: "biao716.wang" Date: Tue, 29 Nov 2022 16:43:44 +0900 Subject: [PATCH] remove python2.x dependency Change-Id: I5f88c44c70010050f5614535c3322913969f4552 Signed-off-by: biao716.wang --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 05b4111..038984b 100755 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Git: git://anonscm.debian.org/users/mtmiller-guest/yum-metadata-parser.git Package: python3-sqlitecachec Architecture: any -Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends} Provides: ${python:Provides} Description: Fast metadata parser for yum Python module providing a fast metadata parser for yum implemented in C. -- 2.34.1