python311Packages.jupyterlab-execute-time: modernize
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, jupyterlab
|
||||
, jupyter-packaging
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
jupyterlab,
|
||||
jupyter-packaging,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -19,7 +20,7 @@ buildPythonPackage rec {
|
||||
# jupyterlab is required to build from source but we use the pre-build package
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace '"jupyterlab~=4.0.0"' ""
|
||||
--replace-fail '"jupyterlab~=4.0.0"' ""
|
||||
'';
|
||||
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user