]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/python3-daemon-2.3.0-remove-twine-requirement-from-setup.py.patch
suricata: Change midstream policy to "pass-flow"
[people/pmueller/ipfire-2.x.git] / src / patches / python3-daemon-2.3.0-remove-twine-requirement-from-setup.py.patch
CommitLineData
81c5597c
AB
1--- python-daemon-2.3.0/setup.py_orig 2021-02-21 06:45:31.000000000 +0100
2+++ python-daemon-2.3.0/setup.py 2022-01-07 14:38:01.612173070 +0100
3@@ -66,7 +66,6 @@
4 zip_safe=False,
5 setup_requires=[
6 "docutils",
7- "twine",
8 ],
9 test_suite="setup.test_suite",
10 tests_require=test_requirements,