diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-18 07:37:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-18 08:03:02 +0200 |
commit | 189f5f9f5eb6596cce92489fe94b96f68b0243fb (patch) | |
tree | 1c27dac13ad22cb05429025b20834ab39d8d2af9 /dev-python/distlib/files | |
parent | dev-python/griffe: Bump to 0.32.3 (diff) | |
download | gentoo-189f5f9f5eb6596cce92489fe94b96f68b0243fb.tar.gz gentoo-189f5f9f5eb6596cce92489fe94b96f68b0243fb.tar.bz2 gentoo-189f5f9f5eb6596cce92489fe94b96f68b0243fb.zip |
dev-python/distlib: Bump to 0.3.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/distlib/files')
-rw-r--r-- | dev-python/distlib/files/distlib-0.3.7-pypy3.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/distlib/files/distlib-0.3.7-pypy3.patch b/dev-python/distlib/files/distlib-0.3.7-pypy3.patch new file mode 100644 index 000000000000..eeb1a924069e --- /dev/null +++ b/dev-python/distlib/files/distlib-0.3.7-pypy3.patch @@ -0,0 +1,13 @@ +diff --git a/tests/test_scripts.py b/tests/test_scripts.py +index 9ec1d43..2fc18ae 100644 +--- a/tests/test_scripts.py ++++ b/tests/test_scripts.py +@@ -112,7 +112,7 @@ class ScriptTestCase(DistlibTestCase): + bindir = os.path.join(dstdir, 'bin') + maker = ScriptMaker(self.maker.source_dir, bindir, + add_launchers=False) +- venv.create(dstdir) ++ venv.create(dstdir, symlinks=True) + maker.executable = os.path.join(bindir, 'python') + filenames = maker.make('script8.py') + p = subprocess.Popen(filenames[0], shell=True, |