diff options
Diffstat (limited to 'textproc/py-markupsafe/files/patch-setup.py')
-rw-r--r-- | textproc/py-markupsafe/files/patch-setup.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/py-markupsafe/files/patch-setup.py b/textproc/py-markupsafe/files/patch-setup.py deleted file mode 100644 index 7f80db046e9c..000000000000 --- a/textproc/py-markupsafe/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2024-02-02 16:03:42 UTC -+++ setup.py -@@ -39,7 +39,7 @@ def run_setup(with_binary): - - def run_setup(with_binary): - setup( -- name="MarkupSafe", -+ name="markupsafe", - cmdclass={"build_ext": ve_build_ext}, - ext_modules=ext_modules if with_binary else [], - ) |