trivial: restore python3-pil build dependency for Ubuntu

Commit 13524af202 broke the ABI checker.
This is because it runs on the last released version, which still has
a dependency on python3-pil.

This commit can be dropped after the 1.6.x release.
This commit is contained in:
Mario Limonciello 2021-04-09 10:39:20 -05:00
parent ab20cfb35b
commit 681be2a0ed

View File

@ -1092,6 +1092,12 @@
<package />
</distro>
</dependency>
<!-- TODO: Drop python3-pil build dependency after 1.6.0 release -->
<dependency type="build" id="python3-pil">
<distro id="ubuntu">
<package variant="x86_64" />
</distro>
</dependency>
<dependency type="build" id="python3-requests">
<distro id="fedora">
<package />