Merge pull request #228863 from wegank/avro3k-fix

python310Packages.avro3k: fix build

authored by

Weijia Wang and committed by
GitHub
0826ab9a 87d526ff

+6
+6
pkgs/development/python-modules/avro3k/default.nix
··· 10 sha256 = "15ahl0irwwj558s964abdxg4vp6iwlabri7klsm2am6q5r0ngsky"; 11 }; 12 13 doCheck = false; # No such file or directory: './run_tests.py 14 15 meta = with lib; {
··· 10 sha256 = "15ahl0irwwj558s964abdxg4vp6iwlabri7klsm2am6q5r0ngsky"; 11 }; 12 13 + # setuptools.extern.packaging.version.InvalidVersion: Invalid version: '1.7.7-SNAPSHOT' 14 + postPatch = '' 15 + substituteInPlace setup.py \ 16 + --replace "1.7.7-SNAPSHOT" "1.7.7" 17 + ''; 18 + 19 doCheck = false; # No such file or directory: './run_tests.py 20 21 meta = with lib; {