Skip to content

Commit 73c8570

Browse files
committed
requirements-dev: Update setup.py to support sdist build with scikit-build>=0.5.0
This is needed because following scikit-build/scikit-build@a371ed2, scikit-build whilelists commands expecting CMake to be run. See http://scikit-build.readthedocs.io/en/latest/usage.html#setup-options
1 parent d5f4904 commit 73c8570

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ pytest>=3.0.3
55
pytest-cov>=2.4.0
66
pytest-runner>=2.9
77
pytest-virtualenv>=1.2.5
8-
scikit-build>=0.4.0
8+
scikit-build>=0.5.0
99
virtualenv>=15.0.3

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def _parse_requirements(filename):
3939
packages=['cmake'],
4040

4141
cmake_install_dir='cmake/data',
42+
cmake_with_sdist=True,
4243

4344
entry_points={
4445
'console_scripts': [

0 commit comments

Comments
 (0)