diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-11 04:04:24 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-11 04:04:24 +0000 |
| commit | e40254e2345306a98e80da098dd869ea1c5a7517 (patch) | |
| tree | b51285289d8bbd87e593406bfddac82b8941f4ab /repos/extra/python-flit-core/vendor-licenses.patch | |
| parent | 5ef75b3d63dc4bb6d8a36f867a6b96b793f307c4 (diff) | |
| download | alicelinux-e40254e2345306a98e80da098dd869ea1c5a7517.tar.gz alicelinux-e40254e2345306a98e80da098dd869ea1c5a7517.zip | |
python-flit-core: updated to 3.11.0
Diffstat (limited to 'repos/extra/python-flit-core/vendor-licenses.patch')
| -rw-r--r-- | repos/extra/python-flit-core/vendor-licenses.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/repos/extra/python-flit-core/vendor-licenses.patch b/repos/extra/python-flit-core/vendor-licenses.patch new file mode 100644 index 00000000..166abc45 --- /dev/null +++ b/repos/extra/python-flit-core/vendor-licenses.patch @@ -0,0 +1,15 @@ +Upstream: no +Reason: we delete the vendor folder but the missing license breaks the build + https://github.com/pypa/flit/tree/main/flit_core/flit_core/vendor + +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -13,7 +13,7 @@ dependencies = [] + requires-python = '>=3.6' + readme = "README.rst" + license = "BSD-3-Clause" +-license-files = ["LICENSE*", "flit_core/vendor/**/LICENSE*"] ++license-files = ["LICENSE*"] + classifiers = [ + "Topic :: Software Development :: Libraries :: Python Modules", + ] |