Commit af65c0d
authored
chore(librarian): update configuration for google-cloud-firestore (#16024)
Generation for `google-cloud-firestore` failed in
#16023 because of
failed check that was added in
#14441. The
library had an incorrect distribution name in `setup.py`. The generation
process for google-cloud-python packages with multiple API
versions/sub-packages relies on the order of entries in the apis list.
Since each API path generates a setup.py and the last one processed
takes precedence, the previous ordering caused the package to be
incorrectly named google-cloud-firestore-admin instead of the expected
google-cloud-firestore.
This PR moves google/firestore/v1 to the bottom of the apis list,
resulting in the correct package name in the generated setup.py.
See related issue googleapis/librarian#42051 parent 3ed2d68 commit af65c0d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1770 | 1770 | | |
1771 | 1771 | | |
1772 | 1772 | | |
1773 | | - | |
1774 | | - | |
1775 | 1773 | | |
1776 | 1774 | | |
1777 | 1775 | | |
1778 | 1776 | | |
| 1777 | + | |
| 1778 | + | |
1779 | 1779 | | |
1780 | 1780 | | |
1781 | 1781 | | |
| |||
0 commit comments