Skip to content

Commit b32b691

Browse files
committed
Add warning for non-core developers and external dependencies
1 parent cc0709a commit b32b691

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

developer-workflow/sbom.rst

+7
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,13 @@ When removing a dependency:
111111
Updating external dependencies (``cpython-source-deps``)
112112
--------------------------------------------------------
113113

114+
.. note::
115+
Only core developers can push to the ``cpython-source-deps`` repository.
116+
Pull requests are not accepted because the sources must be verified for
117+
integrity. Contributors should create an issue requesting the updated
118+
version and then wait for a core developer to prepare the new version
119+
before proceeding with the next steps below.
120+
114121
Dependencies for Windows CPython builds are `stored in a separate repository
115122
<https://github.com/python/cpython-source-deps>`_ and then fetched during
116123
builds of CPython for Windows in the script :cpy-file:`PCbuild/get_externals.bat`.

0 commit comments

Comments
 (0)