From b0cc2f2822ab1d5cfa24142f6667b042f04bbc46 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Thu, 23 Feb 2023 16:41:01 +0100 Subject: [PATCH] clear the info --- conanfile.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/conanfile.py b/conanfile.py index 16646e160f..bfa3b95b3b 100644 --- a/conanfile.py +++ b/conanfile.py @@ -486,10 +486,7 @@ echo "CURA_APP_NAME={{ cura_app_name }}" >> ${{ env_prefix }}GITHUB_ENV self.runenv_info.append_path("PYTHONPATH", os.path.join(self.source_folder, "plugins")) def package_id(self): - del self.info.settings.os - del self.info.settings.compiler - del self.info.settings.build_type - del self.info.settings.arch + self.info.clear() # The following options shouldn't be used to determine the hash, since these are only used to set the CuraVersion.py # which will als be generated by the deploy method during the `conan install cura/5.1.0@_/_`