summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Preinstorfer2022-05-26 20:46:12 +0200
committerFlorian Preinstorfer2022-05-26 20:46:12 +0200
commit474544eb7d6186952a79abebdbd410d5e2da5ec8 (patch)
tree059033d01ab41997bcec38683020f86ebff1fed8
parent4b3c9d4525b4e253a3029b2c77041e16bc399f6c (diff)
downloadaur-474544eb7d6186952a79abebdbd410d5e2da5ec8.tar.gz
Remove unsused patch
-rw-r--r--fix-warning-list-for-qualifier.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/fix-warning-list-for-qualifier.patch b/fix-warning-list-for-qualifier.patch
deleted file mode 100644
index 2ccc0e4c4378..000000000000
--- a/fix-warning-list-for-qualifier.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- setup.py.old 2019-12-31 13:07:53.432978632 +0100
-+++ setup.py 2019-12-31 13:08:03.056499371 +0100
-@@ -17,7 +17,7 @@
- keywords="exif image metadata photo",
- description=" ".join(exifread.__doc__.splitlines()).strip(),
- long_description=readme_file,
-- classifiers=(
-+ classifiers=[
- "Development Status :: 5 - Production/Stable",
- "Environment :: Console",
- "Intended Audience :: Developers",
-@@ -30,5 +30,5 @@
- "Programming Language :: Python :: 3.6",
- "Programming Language :: Python :: 3.7",
- "Topic :: Utilities",
-- ),
-+ ],
- )