Skip to content

Commit 8777d01

Browse files
committed
Apply new package name for for release
1 parent 5bbdca5 commit 8777d01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conanfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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):

0 commit comments

Comments
 (0)