From 80f24636cf67bbf0dce7acc9c96c6331fd322618 Mon Sep 17 00:00:00 2001 From: Troy Curtis Jr Date: Thu, 10 Aug 2023 22:28:41 -0400 Subject: [PATCH] Add an import test. --- python-inotify.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-inotify.spec b/python-inotify.spec index 91ea050..8c1993f 100644 --- a/python-inotify.spec +++ b/python-inotify.spec @@ -39,6 +39,9 @@ sed -i '1c#! %{__python3}' python3/pyinotify.py %install %py3_install +%check +%py3_check_import pyinotify + %files -n python%{python3_pkgversion}-inotify %license COPYING %doc ACKS README.md