python-daemon/remove-twine-dependency.patch
2023-01-05 00:07:19 -05:00

15 lines
401 B
Diff
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

diff -ru python-daemon-2.3.2/setup.py python-daemon-2.3.2-b/setup.py
--- python-daemon-2.3.2/setup.py 2022-12-12 15:02:11.000000000 -0500
+++ python-daemon-2.3.2-b/setup.py 2022-12-12 15:12:36.168691101 -0500
@@ -44,9 +44,7 @@
"docutils",
]
-devel_requirements = [
- "twine",
- ] + test_requirements
+devel_requirements = test_requirements
setup_kwargs = dict(