summaryrefslogtreecommitdiff
path: root/dev-python/PeachPy/files/PeachPy-2021.10.13-gentoo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/PeachPy/files/PeachPy-2021.10.13-gentoo.patch')
-rw-r--r--dev-python/PeachPy/files/PeachPy-2021.10.13-gentoo.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-python/PeachPy/files/PeachPy-2021.10.13-gentoo.patch b/dev-python/PeachPy/files/PeachPy-2021.10.13-gentoo.patch
deleted file mode 100644
index c5ecab041a76..000000000000
--- a/dev-python/PeachPy/files/PeachPy-2021.10.13-gentoo.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/setup.py 2022-05-15 19:33:42.938456878 +0200
-+++ b/setup.py 2022-05-15 19:33:57.869231488 +0200
-@@ -35,7 +35,7 @@
- def run(self):
- # package_dir may be None, in that case use the current directory.
- import os
-- if self.distribution.package_dir is None:
-+ if not self.distribution.package_dir:
- src_dir = os.getcwd()
- else:
- src_dir = os.path.abspath(self.distribution.package_dir[""])