Skip to content

Commit

Permalink
fix regression necessary to keep setup.py clean
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Mar 16, 2023
1 parent 740ba2b commit e0a92a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/_requires_python.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ const requires_script = `"import distutils.core; setup = distutils.core.run_setu
// copy build/config files into python folder
copy_files_to_python_folder();

// install build meta deps, this is a necessary evil to keep the setup.py clean
execute`${PYTHON} -m pip install -U jupyter_packaging==0.12.3`;

const { stdout: requirements } =
await execute_return`${PYTHON} -c ${requires_script}`;

Expand Down

0 comments on commit e0a92a9

Please sign in to comment.