Skip to content

Commit dddb23b

Browse files
committed
Small fixes for 2025.5 releases
Signed-off-by: Jean-Francois Panisset <panisset@gmail.com>
1 parent cca3f53 commit dddb23b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/conan/recipes/pyside/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def _buildWindows(self, srcDir):
260260

261261
shibokenInfo = self.dependencies["pyside-shiboken"]
262262
installBinDir = os.path.join(self._installDir, "bin")
263-
opy(self, "*", os.path.join(shibokenInfo.package_folder, "bin"), installBinDir)
263+
copy(self, "*", os.path.join(shibokenInfo.package_folder, "bin"), installBinDir)
264264

265265
self.run(buildCmd + " --build-type=pyside")
266266

packages/conan/settings/profiles_aswf/vfx2025

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ pulseaudio/*: pulseaudio/system@aswr/vfx2025
9090
pybind11/*: pybind11/2.13.6@aswf/vfx2025
9191
pystring/*: pystring/1.1.4@aswf/vfx2025
9292
qt/*: qt/6.5.6@aswf/vfx2025
93-
rawtoaces/*: rawtoaces@1.1.0@aswf/vfx2025
93+
rawtoaces/*: rawtoaces/1.1.0@aswf/vfx2025
9494
snappy/*: snappy/1.1.10@aswf/vfx2025
9595
spdlog/*: spdlog/1.15.3@aswf/vfx2025
9696
sqlite3/*: sqlite3/system@aswf/vfx2025

0 commit comments

Comments
 (0)