mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 08:14:32 +04:00
4.0.36 included a change to decimal parsing[1] that requires the decimal module. Trying to load the pyodbc module without python3-decimal installed would lead to a segmentation fault. This adds python3-decimal as a dependency. This also adds python3-uuid as a dependency as the module can accept and return uuid objects[2]. [1]:6b107a2bca[2]:2ad7a9ced7Fixes:f02f3ee8c7("pyodbc: Update to 4.0.39") Signed-off-by: Jeffery To <jeffery.to@gmail.com> (cherry picked from commit668a0f9dd8)