Skip to content

Commit

Permalink
gattlib-py/setup.py: Add gattlib-py dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviermartin committed Feb 23, 2024
1 parent f0426ae commit 6321d28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gattlib-py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,10 @@ def build_extension(self, ext: CMakeExtension) -> None:
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
packages=find_packages(),
install_requires=['setuptools'],
install_requires=[
'setuptools',
'PyGObject>=3.44.0'
],
ext_modules=[CMakeExtension(python_module_name, sourcedir=native_source_dir)],
cmdclass={'build_ext': CMakeBuild},
)

0 comments on commit 6321d28

Please sign in to comment.