Skip to content

Commit ef54e8b

Browse files
committed
Update python_requires npmpackage reference to stable
NP-732
1 parent 2dec76d commit ef54e8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conanfile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class CuraEngineConan(ConanFile):
2323
exports = "LICENSE*"
2424
settings = "os", "compiler", "build_type", "arch"
2525
package_type = "application"
26-
python_requires = "sentrylibrary/1.0.0@ultimaker/stable", "npmpackage/[>=1.0.0]@ultimaker/np_637"
26+
python_requires = "sentrylibrary/1.0.0@ultimaker/stable", "npmpackage/[>=1.0.0]@ultimaker/stable"
2727
python_requires_extend = "sentrylibrary.SentryLibrary"
2828

2929
options = {
@@ -223,5 +223,6 @@ def package_info(self):
223223
self.conf_info.define_path("user.curaengine:curaengine",
224224
os.path.join(self.package_folder, "bin", f"CuraEngine{ext}"))
225225

226+
226227
if self.settings.os == "Emscripten":
227228
self.python_requires["npmpackage"].module.conf_package_json(self)

0 commit comments

Comments
 (0)