1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00
aports/main/py3-build/flit-core-tests.patch
Natanael Copa 1bc464cd5f main/py3-build: move from community
needed by: py3-poetry-core
        -> py3-iso8601
        -> py3-cryptography
        -> samba

ref: https://gitlab.alpinelinux.org/alpine/aports/-/issues/17216
2025-06-18 09:10:33 +00:00

25 lines
867 B
Diff

Patch-Source: https://github.com/pypa/build/commit/a93a7594655e0d10a409235839fa1af528ba03cc
--
From a93a7594655e0d10a409235839fa1af528ba03cc Mon Sep 17 00:00:00 2001
From: Henry Schreiner <HenrySchreinerIII@gmail.com>
Date: Fri, 21 Feb 2025 15:53:15 -0500
Subject: [PATCH] tests: support new version of flit-core (#863)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
---
tests/test_self_packaging.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/test_self_packaging.py b/tests/test_self_packaging.py
index 4fc5ebf8..03c66025 100644
--- a/tests/test_self_packaging.py
+++ b/tests/test_self_packaging.py
@@ -59,7 +59,7 @@
'build/env.py',
'build/py.typed',
'build/util.py',
- 'dist-info/LICENSE',
+ 'dist-info/licenses/LICENSE',
'dist-info/METADATA',
'dist-info/RECORD',
'dist-info/WHEEL',