From: Michael Tremer Date: Thu, 8 Dec 2022 15:17:20 +0000 (+0000) Subject: find-provides/requires: Drop Perl handling X-Git-Tag: 0.9.28~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7dc8479dc67c92192750bbf06731f2371beef238;p=pakfire.git find-provides/requires: Drop Perl handling This is now done in a separate script Signed-off-by: Michael Tremer --- diff --git a/src/scripts/find-provides b/src/scripts/find-provides index 3f2ec30db..702018625 100644 --- a/src/scripts/find-provides +++ b/src/scripts/find-provides @@ -109,11 +109,6 @@ main() { pkgconfig_provides "${path}" ;; - # Perl - *.pm) - # TODO - ;; - # Shared objects *.so*) # Skip symlinks diff --git a/src/scripts/find-requires b/src/scripts/find-requires index 6754e6fcd..39c0d1568 100644 --- a/src/scripts/find-requires +++ b/src/scripts/find-requires @@ -188,12 +188,6 @@ main() { pkgconfig_requires "${path}" ;; - # Perl - *.pm) - # XXX TODO - continue - ;; - # Python /usr/lib*/python*/*) # Fall through for all python files