diff options
author | Paride Legovini <paride.legovini@canonical.com> | 2020-08-27 16:37:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-27 09:37:14 -0500 |
commit | 575750ac4a3abb6fdfa45e2cc65186df291d8ddf (patch) | |
tree | eaa83122b410f93461504a7471faf4f32972c223 /packages/bddeb | |
parent | 371b392ced518e45be51089b6a67b362957b1dba (diff) | |
download | vyos-cloud-init-575750ac4a3abb6fdfa45e2cc65186df291d8ddf.tar.gz vyos-cloud-init-575750ac4a3abb6fdfa45e2cc65186df291d8ddf.zip |
redhat spec: add missing BuildRequires (#552)
456fb55744a1acc6bd2f464b7656a9c33d0b7ac5 made tools/read-dependencies
and package/brpm distinguish between build dependencies and runtime
dependencies, however packages/redhat/cloud-init.spec.in expects all
the dependencies to be in the 'requires' list, thus missing some build
dependencies.
This change makes cloud-init.spec use 'buildrequires' too.
The build happens to succeed without python3-devel on the epel-8 copr
chroot as it pulls in the epel-rpm-macros package, which in turn depends
on python3-devel. In other words the dependency is satisfied by chance.
Packages building for Python 3 need to explicitly specify BuildRequires:
python3-devel, see: [1].
[1] https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/
Diffstat (limited to 'packages/bddeb')
0 files changed, 0 insertions, 0 deletions