1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 11:19:50 +03:00
aports/testing/junit2html/setup.py.patch
Charles Wimmer 901fd58c9a testing/junit2html: new aport
https://gitlab.com/inorton/junit2html
This is a simple self-contained python tool to produce a single html file from a single junit xml file.
testing/

Manual merge of !9252
2020-06-17 18:09:39 -03:00

10 lines
187 B
Diff

Command line program won't install without a space.
---
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,3 @@
-from distutils.core import setup
+from setuptools import setup
files = ["*.css"]