mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 09:41:39 -05:00
Merge pull request #1248 from brendon-boldt/patch-1
Update build-systems.json for sphinxcontrib-jquery
This commit is contained in:
commit
d637c4a1bf
1 changed files with 13 additions and 0 deletions
|
@ -17138,6 +17138,9 @@
|
|||
"pbr",
|
||||
"setuptools"
|
||||
],
|
||||
"sphinx-js": [
|
||||
"setuptools"
|
||||
],
|
||||
"sphinx-jupyterbook-latex": [
|
||||
"setuptools"
|
||||
],
|
||||
|
@ -17216,6 +17219,16 @@
|
|||
"sphinxcontrib-httpdomain": [
|
||||
"setuptools"
|
||||
],
|
||||
"sphinxcontrib-jquery": [
|
||||
{
|
||||
"buildSystem": "setuptools",
|
||||
"until": "3.0.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "flit-core",
|
||||
"from": "3.0.0"
|
||||
}
|
||||
],
|
||||
"sphinxcontrib-jsmath": [
|
||||
"setuptools"
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue