File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments