Loading
python311Packages.gphoto2: fix setuptools.__version__ build breakage
setuptools.__version__ = '68.2.2.post0'
setup.py fails with a parse error when trying to convert 'post0' to an
int. patch the code so it only will convert the first to values returned
by split('.')