We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bbdca5 commit 8777d01Copy full SHA for 8777d01
1 file changed
conanfile.py
@@ -24,7 +24,7 @@ class ArcusConan(ConanFile):
24
settings = "os", "compiler", "build_type", "arch"
25
exports = "LICENSE*"
26
package_type = "library"
27
- python_requires = "sentrylibrary/1.0.0@ultimaker/stable"
+ python_requires = "sentrylibrary/1.0.0"
28
python_requires_extend = "sentrylibrary.SentryLibrary"
29
30
options = {
@@ -114,7 +114,7 @@ def validate(self):
114
raise ConanInvalidConfiguration(f"Unable to enable Sentry because no {sentry_setting} was configured")
115
116
def build_requirements(self):
117
- self.test_requires("standardprojectsettings/[>=0.2.0]@ultimaker/stable")
+ self.test_requires("standardprojectsettings/[>=0.2.0]")
118
self.tool_requires("protobuf/3.21.12")
119
120
def generate(self):
0 commit comments