mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
build-systems: add setuptools expiry to jupyter-server
This commit is contained in:
parent
20e0631de4
commit
026261d698
1 changed files with 4 additions and 1 deletions
|
@ -7256,7 +7256,10 @@
|
|||
"setuptools"
|
||||
],
|
||||
"jupyter-server": [
|
||||
"setuptools",
|
||||
{
|
||||
"buildSystem": "setuptools",
|
||||
"until": "1.21.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "jupyter-packaging",
|
||||
"from": "1.21.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue