python-azure-loganalytics/remove-custom-wheel-builder.patch
Major Hayden 5408fe3e4f
Remove the custom wheel builder
The custom wheel builder provided by Microsoft adds a requirement for
azure-nspkg and this is not needed in Python 3.

Signed-off-by: Major Hayden <major@mhtx.net>
2021-07-07 08:00:53 -05:00

20 lines
531 B
Diff

diff -up ./MANIFEST.in.orig ./MANIFEST.in
--- ./MANIFEST.in.orig 2021-07-07 07:57:49.089075245 -0500
+++ ./MANIFEST.in 2021-07-07 07:57:52.238053234 -0500
@@ -1,2 +1 @@
include *.rst
-include azure_bdist_wheel.py
\ No newline at end of file
diff -up ./setup.cfg.orig ./setup.cfg
--- ./setup.cfg.orig 2021-07-07 07:57:42.345122388 -0500
+++ ./setup.cfg 2021-07-07 07:57:55.897027655 -0500
@@ -1,8 +1,6 @@
[bdist_wheel]
universal = 1
-azure-namespace-package = azure-nspkg
[egg_info]
-tag_build =
+tag_build =
tag_date = 0
-