summaryrefslogtreecommitdiff
path: root/dev-python/PeachPy/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-02-19 14:14:16 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-02-19 14:14:16 +0000
commit80c51284f0017d5765c7ae39207be9c58f4bfa17 (patch)
treef870412cb8771b0acdc3b28c70c09545bf034385 /dev-python/PeachPy/files
parentfd089c26c06476b291a5255011ee378561c2615d (diff)
gentoo auto-resync : 19:02:2023 - 14:14:15
Diffstat (limited to 'dev-python/PeachPy/files')
-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[""])