summaryrefslogtreecommitdiff
path: root/devel/py-pyicu/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pyicu/files/patch-setup.py')
-rw-r--r--devel/py-pyicu/files/patch-setup.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/py-pyicu/files/patch-setup.py b/devel/py-pyicu/files/patch-setup.py
deleted file mode 100644
index eec98a2b83da..000000000000
--- a/devel/py-pyicu/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig 2023-11-01 20:05:58 UTC
-+++ setup.py
-@@ -250,7 +250,7 @@ if sys.version_info < (2, 4):
- return iterable
-
-
--setup(name="PyICU",
-+setup(name="pyicu",
- description='Python extension wrapping the ICU C++ API',
- long_description=open('README.md').read(),
- long_description_content_type="text/markdown",