alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

vendor-licenses.patch (494B)


      1 Upstream: no
      2 Reason: we delete the vendor folder but the missing license breaks the build
      3   https://github.com/pypa/flit/tree/main/flit_core/flit_core/vendor
      4 
      5 --- a/pyproject.toml
      6 +++ b/pyproject.toml
      7 @@ -13,7 +13,7 @@ dependencies = []
      8  requires-python = '>=3.6'
      9  readme = "README.rst"
     10  license = "BSD-3-Clause"
     11 -license-files = ["LICENSE*", "flit_core/vendor/**/LICENSE*"]
     12 +license-files = ["LICENSE*"]
     13  classifiers = [
     14      "Topic :: Software Development :: Libraries :: Python Modules",
     15  ]