Skip to content

Commit

Permalink
Add setuptools in meson as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
awvwgk authored Aug 30, 2024
1 parent b6107e8 commit e78e000
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/dftd3/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ pymod = import('python')
python = pymod.find_installation(
get_option('python_version'),
modules: [
'cffi',
'cffi', # Needed for generating the FFI interface
'setuptools', # Needed for running ffi-builder.py
],
)
python_dep = python.dependency(required: true)
Expand Down

0 comments on commit e78e000

Please sign in to comment.