File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
graalpython/lib-graalpython Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -220,8 +220,14 @@ def threadpoolctl(**kwargs):
220
220
def joblib (** kwargs ):
221
221
install_with_pip ("joblib==1.1.0" , ** kwargs )
222
222
223
+ @pip_package ()
224
+ def cppy (** kwargs ):
225
+ setuptools_scm (** kwargs )
226
+ install_from_pypi ("cppy==1.2.1" , ** kwargs )
227
+
223
228
@pip_package ()
224
229
def kiwisolver (** kwargs ):
230
+ cppy (** kwargs )
225
231
install_with_pip ("kiwisolver==1.4.4" , ** kwargs )
226
232
227
233
@pip_package ()
@@ -330,7 +336,7 @@ def hypothesis(**kwargs):
330
336
@pip_package ()
331
337
def setuptools_scm (** kwargs ):
332
338
setuptools (** kwargs )
333
- install_from_pypi ("setuptools_scm==1.15 .0" , ** kwargs )
339
+ install_with_pip ("setuptools_scm==7.1 .0" , ** kwargs )
334
340
335
341
@pip_package ()
336
342
def numpy (** kwargs ):
@@ -510,10 +516,6 @@ def cycler(**kwargs):
510
516
six (** kwargs )
511
517
install_from_pypi ("cycler==0.11.0" , ** kwargs )
512
518
513
- @pip_package ()
514
- def cppy (** kwargs ):
515
- install_from_pypi ("cppy==1.1.0" , ** kwargs )
516
-
517
519
@pip_package ()
518
520
def tox (** kwargs ):
519
521
install_from_pypi ("tox==3.24.5" , ** kwargs )
You can’t perform that action at this time.
0 commit comments