diff options
author | jgart <jgart@dismail.de> | 2022-11-04 20:34:49 -0500 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-11-06 15:11:21 +0100 |
commit | 0e9e83d8215fad03afbb581a26b6bb9fd57c8115 (patch) | |
tree | af843d92a1e3a1c31963039836c93668834be495 | |
parent | 9315fcc21120ddc1343454bd29d0538a1b1287b7 (diff) |
etc: teams: Add pyproject-build-system to python scope.
* etc/teams.scm.in (python): Add guix/build/pyproject-build-system.scm and
guix/build-system/pyproject.scm to python team's scope.
Signed-off-by: Christopher Baines <mail@cbaines.net>
-rw-r--r-- | etc/teams.scm.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/teams.scm.in b/etc/teams.scm.in index 14cabbf6f2..e06ac99ee8 100644 --- a/etc/teams.scm.in +++ b/etc/teams.scm.in @@ -100,6 +100,8 @@ (make-regexp "^gnu/packages/python(-.+|)\\.scm$") "gnu/packages/sphinx.scm" "gnu/packages/tryton.scm" + "guix/build/pyproject-build-system.scm" + "guix/build-system/pyproject.scm" "guix/build/python-build-system.scm" "guix/build-system/python.scm" "guix/import/pypi.scm" |