fix(packaging): add perl(Env) dependency to FFI::CheckLib rpm package (#5177)
This commit is contained in:
parent
4d26ef594a
commit
9b5b90c736
|
@ -130,6 +130,8 @@ jobs:
|
|||
- name: "Exporter::Shiny"
|
||||
build_distribs: el8
|
||||
rpm_provides: "perl(Exporter::Shiny) perl(Exporter::Tiny)"
|
||||
- name: "FFI::CheckLib"
|
||||
rpm_dependencies: "perl(Env)"
|
||||
- name: "FFI::Platypus"
|
||||
rpm_provides: "perl(FFI::Platypus::Buffer) perl(FFI::Platypus::Memory)"
|
||||
rpm_dependencies: "perl(Capture::Tiny) perl(FFI::CheckLib) perl(File::Spec::Functions) perl(IPC::Cmd) perl(JSON::PP) perl(List::Util) perl(autodie) perl(constant) perl(parent)"
|
||||
|
|
Loading…
Reference in New Issue