https://bugzilla.redhat.com/show_bug.cgi?id=2292550

Fabio Valentini <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |fedora-review?
                 CC|                            |[email protected]
           Assignee|[email protected]    |[email protected]
             Status|NEW                         |ASSIGNED



--- Comment #13 from Fabio Valentini <[email protected]> ---
> BuildRequires:  pkgconfig(libusb-1.0)

This should not be necessary if the correct Requires are present in
rust-libusb1-sys. And indeed, the Requires is missing there.

You can add a rust2rpm.toml config file to rust-libusb1-sys like this one:

```
[requires]
build = ["pkgconfig(libusb-1.0"]
lib = ["pkgconfig(libusb-1.0"]
```

This will add the dependency on pkgconfig(libusb-1.0) as both BuildRequires and
Requires in the -devel subpackage.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2292550

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202292550%23c13

-- 
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to