summarylogtreecommitdiffstats
path: root/setuptools-bugfix.patch
diff options
context:
space:
mode:
authorautinerd2022-07-10 14:37:23 +0200
committerautinerd2022-07-10 14:37:23 +0200
commitb0cefdba8c3987986545a383786c4ec2d35c20c9 (patch)
treef21473b23b58ec6deb12d6ff3808bb8b5274dfdf /setuptools-bugfix.patch
parent1793312dbe098ab12d492293bddaaf32ac481cd3 (diff)
downloadaur-b0cefdba8c3987986545a383786c4ec2d35c20c9.tar.gz
bugfix thanks to @ewout
Diffstat (limited to 'setuptools-bugfix.patch')
-rw-r--r--setuptools-bugfix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/setuptools-bugfix.patch b/setuptools-bugfix.patch
new file mode 100644
index 000000000000..35cf95f67780
--- /dev/null
+++ b/setuptools-bugfix.patch
@@ -0,0 +1,11 @@
+diff --color --unified --recursive --text package.orig/setup.py package.new/setup.py
+--- package.orig/setup.py 2022-07-01 12:03:01.556073789 +0200
++++ package.new/setup.py 2022-07-01 12:03:52.441063442 +0200
+@@ -15,6 +15,7 @@
+ setup(
+ name = 'ubuntu-wallpapers',
+ version = version,
++ packages=[],
+ data_files=[('share/backgrounds', glob.glob('*.png')+glob.glob('*.jpg')),
+ ('share/backgrounds/contest', glob.glob('contest/*.xml')),
+ ],