Skip to content

Commit

Permalink
Add wheel dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Sep 7, 2023
1 parent 6e9be65 commit 16e398b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package/debian11/control
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Build-Depends: debhelper-compat (= 12),
libgomp1,
python3-all-dev,
python3-h5py,
python3-setuptools
python3-setuptools,
python3-wheel
Standards-Version: 4.1.3
Homepage: https://github.com/silx-kit/hdf5plugin

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1351,7 +1351,7 @@ def make_distribution(self):
package_dir={'': 'src'},
ext_modules=extensions,
install_requires=['h5py'],
setup_requires=['setuptools'],
setup_requires=['setuptools', 'wheel'],
extras_require={'dev': ['sphinx', 'sphinx_rtd_theme']},
cmdclass=cmdclass,
libraries=libraries,
Expand Down

0 comments on commit 16e398b

Please sign in to comment.