mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-16 15:14:38 +00:00
Closes: https://bugs.gentoo.org/940642 Co-authored-by: Roman Popov <roma251078@mail.ru> Signed-off-by: Roman Popov <roma251078@mail.ru> Closes: https://github.com/gentoo/gentoo/pull/38884 Signed-off-by: Michał Górny <mgorny@gentoo.org>
23 lines
655 B
XML
23 lines
655 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>chutzpah@gentoo.org</email>
|
|
<name>Patrick McLean</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<stabilize-allarches/>
|
|
<upstream>
|
|
<remote-id type="pypi">google-api-core</remote-id>
|
|
<remote-id type="github">googleapis/python-api-core</remote-id>
|
|
</upstream>
|
|
<use>
|
|
<flag name="grpc">
|
|
Pull (heavy) gRPC dependencies in, that are optionally
|
|
required by part of the API.
|
|
</flag>
|
|
</use>
|
|
</pkgmetadata>
|