davemds pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=fb649f30e711ee11a88238c3e24f8fb36d361538

commit fb649f30e711ee11a88238c3e24f8fb36d361538
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Sun Feb 27 19:49:30 2022 +0100

    packaging is required to build the wheel
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 7a8d063..bed763a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,3 @@
 [build-system]
-requires = ['setuptools', 'wheel']
+requires = ['setuptools', 'wheel', 'packaging']
 build-backend = 'setuptools.build_meta'
\ No newline at end of file

-- 


Reply via email to