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):
24
24
settings = "os" , "compiler" , "build_type" , "arch"
25
25
exports = "LICENSE*"
26
26
package_type = "library"
27
- python_requires = "sentrylibrary/1.0.0@ultimaker/stable "
27
+ python_requires = "sentrylibrary/1.0.0"
28
28
python_requires_extend = "sentrylibrary.SentryLibrary"
29
29
30
30
options = {
@@ -114,7 +114,7 @@ def validate(self):
114
114
raise ConanInvalidConfiguration (f"Unable to enable Sentry because no { sentry_setting } was configured" )
115
115
116
116
def build_requirements (self ):
117
- self .test_requires ("standardprojectsettings/[>=0.2.0]@ultimaker/stable " )
117
+ self .test_requires ("standardprojectsettings/[>=0.2.0]" )
118
118
self .tool_requires ("protobuf/3.21.12" )
119
119
120
120
def generate (self ):
You can’t perform that action at this time.
0 commit comments