Skip to content

Commit 039d9c7

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 3b81259 commit 039d9c7

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
@@ -6,5 +6,5 @@ pytest>=3.0.3
66
pytest-cov>=2.4.0
77
pytest-runner>=2.9
88
pytest-virtualenv>=1.2.5
9-
scikit-build>=0.4.0
9+
scikit-build>=0.5.0
1010
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=['ninja'],
4040

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

4344
entry_points={
4445
'console_scripts': [

0 commit comments

Comments
 (0)