nixpkgs/pkgs/development/python-modules/gphoto2
Rob 7ce9c2203d
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('.')
2023-11-06 02:41:11 -08:00
..
default.nix