pythonPackages.pythonefl: add update script

This commit is contained in:
José Romildo
2022-10-27 10:41:07 -03:00
parent 1eda920aed
commit cd0ea3fea6
@@ -6,6 +6,7 @@
, dbus-python
, packaging
, enlightenment
, directoryListingUpdater
}:
# Should be bumped along with EFL!
@@ -39,6 +40,8 @@ buildPythonPackage rec {
doCheck = false;
passthru.updateScript = directoryListingUpdater { };
meta = with lib; {
description = "Python bindings for Enlightenment Foundation Libraries";
homepage = "https://github.com/DaveMDS/python-efl";