File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -183,12 +183,6 @@ list-author-emails:
183
183
184
184
mypy3 : mypy
185
185
mypy : $(PYSOURCES )
186
- if ! test -f $( shell python -c ' import ruamel.yaml; import os.path; print(os.path.dirname(ruamel.yaml.__file__))' ) /py.typed ; \
187
- then \
188
- rm -Rf mypy-stubs/ruamel/yaml ; \
189
- ln -s $(shell python -c 'import ruamel.yaml; import os.path; print(os.path.dirname(ruamel.yaml.__file__) )' ) \
190
- mypy-stubs/ruamel/ ; \
191
- fi # if minimally required ruamel.yaml version is 0.15.99 or greater, than the above can be removed
192
186
MYPYPATH=$$ MYPYPATH:mypy-stubs mypy $^
193
187
194
188
mypyc : $(PYSOURCES )
Original file line number Diff line number Diff line change 1
1
requests >= 2.6.1
2
- ruamel.yaml >= 0.15.0 ,< 0.18
3
- ruamel.yaml >= 0.16 ;python_version >= '3.10'
2
+ ruamel.yaml >= 0.16.0 ,< 0.18
4
3
rdflib >= 4.2.2 ,< 7.1
5
4
shellescape >= 3.4.1 ,< 3.9
6
5
schema-salad >= 8.4.20230426093816 ,< 9
Original file line number Diff line number Diff line change 112
112
"setuptools" ,
113
113
"requests >= 2.6.1" , # >= 2.6.1 to workaround
114
114
# https://github.com/ionrock/cachecontrol/issues/137
115
- "ruamel.yaml >= 0.15, < 0.18" ,
116
- "ruamel.yaml >= 0.16.0;python_version>='3.10'" ,
115
+ "ruamel.yaml >= 0.16, < 0.18" ,
117
116
"rdflib >= 4.2.2, < 7.1.0" ,
118
117
"shellescape >= 3.4.1, < 3.9" ,
119
118
"schema-salad >= 8.4.20230426093816, < 9" ,
You can’t perform that action at this time.
0 commit comments