FS#73074 - [python-google-api-core] Wrong permissions under site-packages
Attached to Project:
Community Packages
Opened by 31415926 (31415926) - Saturday, 18 December 2021, 04:28 GMT
Last edited by Morten Linderud (Foxboron) - Sunday, 19 December 2021, 18:30 GMT
Opened by 31415926 (31415926) - Saturday, 18 December 2021, 04:28 GMT
Last edited by Morten Linderud (Foxboron) - Sunday, 19 December 2021, 18:30 GMT
|
Details
Description:
All files in /usr/lib/python3.10/site-packages/google_api_core-2.3.2-py3.10.egg-info and file py.typed in /usr/lib/python3.10/site-packages/google/api_core have permissions 640. Should be 644. Additional info: * package version(s) 2.3.2 Steps to reproduce: pip list |
This task depends upon
Closed by Morten Linderud (Foxboron)
Sunday, 19 December 2021, 18:30 GMT
Reason for closing: Fixed
Additional comments about closing: 2.3.2-2
Sunday, 19 December 2021, 18:30 GMT
Reason for closing: Fixed
Additional comments about closing: 2.3.2-2
It also breaks several tools written in Python like `powerline`, `beancount` etc.
```
cd /usr/lib/python3.10/site-packages/google_api_core-2.3.2-py3.10.egg-info
sudo find . -type f -perm 640 -exec chmod 644 {} \;
```
Here is the screenshot...
http://0x0.st/-CQN.png