]> git.pld-linux.org Git - packages/protobuf.git/blob - protobuf-no-wheel.patch
- added no-wheel patch (don't require wheel module when not creating wheels); release 2
[packages/protobuf.git] / protobuf-no-wheel.patch
1 --- protobuf-3.13.0/python/setup.py.orig        2020-08-15 01:24:06.000000000 +0200
2 +++ protobuf-3.13.0/python/setup.py     2020-09-08 21:07:02.277138265 +0200
3 @@ -279,7 +279,6 @@
4            'build_py': build_py,
5            'test_conformance': test_conformance,
6        },
7 -      setup_requires = ['wheel'],
8        install_requires=install_requires,
9        ext_modules=ext_module_list,
10    )
This page took 0.059967 seconds and 3 git commands to generate.