Skip to content

Commit 897b273

Browse files
committed
Apply new package name for for release
1 parent e967030 commit 897b273

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

conanfile.py

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

0 commit comments

Comments
 (0)