File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class PySavitarConan(ConanFile):
2525 exports = "LICENSE*"
2626 generators = "CMakeDeps"
2727
28- python_requires = "pyprojecttoolchain/[>=0.2.0]@ultimaker/stable " , "sipbuildtool/[>=0.3.0]@ultimaker/stable "
28+ python_requires = "pyprojecttoolchain/[>=0.2.0]" , "sipbuildtool/[>=0.3.0]"
2929
3030 options = {
3131 "shared" : [True , False ],
@@ -83,8 +83,8 @@ def validate(self):
8383 )
8484
8585 def build_requirements (self ):
86- self .test_requires ("standardprojectsettings/[>=0.2.0]@ultimaker/stable " )
87- self .test_requires ("sipbuildtool/[>=0.3.0]@ultimaker/stable " )
86+ self .test_requires ("standardprojectsettings/[>=0.2.0]" )
87+ self .test_requires ("sipbuildtool/[>=0.3.0]" )
8888
8989 def config_options (self ):
9090 if self .settings .os == "Windows" :
You can’t perform that action at this time.
0 commit comments