me
/
guix
Archived
1
0
Fork 0

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>
master
jgart 2022-11-04 20:34:49 -05:00 committed by Christopher Baines
parent 9315fcc211
commit 0e9e83d821
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,8 @@
(make-regexp "^gnu/packages/python(-.+|)\\.scm$") (make-regexp "^gnu/packages/python(-.+|)\\.scm$")
"gnu/packages/sphinx.scm" "gnu/packages/sphinx.scm"
"gnu/packages/tryton.scm" "gnu/packages/tryton.scm"
"guix/build/pyproject-build-system.scm"
"guix/build-system/pyproject.scm"
"guix/build/python-build-system.scm" "guix/build/python-build-system.scm"
"guix/build-system/python.scm" "guix/build-system/python.scm"
"guix/import/pypi.scm" "guix/import/pypi.scm"