File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class ArcusConan(ConanFile):
2424 settings = "os" , "compiler" , "build_type" , "arch"
2525 exports = "LICENSE*"
2626 package_type = "library"
27- python_requires = "sentrylibrary/1.0.0@ultimaker/stable "
27+ python_requires = "sentrylibrary/1.0.0"
2828 python_requires_extend = "sentrylibrary.SentryLibrary"
2929
3030 options = {
@@ -114,7 +114,7 @@ def validate(self):
114114 raise ConanInvalidConfiguration (f"Unable to enable Sentry because no { sentry_setting } was configured" )
115115
116116 def build_requirements (self ):
117- self .test_requires ("standardprojectsettings/[>=0.2.0]@ultimaker/stable " )
117+ self .test_requires ("standardprojectsettings/[>=0.2.0]" )
118118 self .tool_requires ("protobuf/3.21.12" )
119119
120120 def generate (self ):
You can’t perform that action at this time.
0 commit comments