Remove unused pyinotify

The library is no longer usce since [1] was merged.

[1] b977cb9bec

Change-Id: I84b215f3f5532de7aeb90fb3e84a1b922a350181
This commit is contained in:
Takashi Kajinami 2024-05-01 11:34:37 +09:00
parent efb61c9611
commit f05a852142

View File

@ -4,5 +4,4 @@ oslo.context>=2.21.0 # Apache-2.0
oslo.i18n>=3.20.0 # Apache-2.0
oslo.utils>=3.36.0 # Apache-2.0
oslo.serialization>=2.25.0 # Apache-2.0
pyinotify>=0.9.6;sys_platform!='win32' and sys_platform!='darwin' and sys_platform!='sunos5' # MIT
python-dateutil>=2.7.0 # BSD