On Thu, Nov 3, 2022 at 9:21 AM Ondrej Pohorelsky wrote:
>
> I'm not really sure why upstream did this.
> I'll take a look and submit a patch to upstream. Thanks for pointing it out.
It looks like you were able to resolve this upstream, thanks for that!
https://github.com/breezy-team/breezy/commit
I'm not really sure why upstream did this.
I'll take a look and submit a patch to upstream. Thanks for pointing it out.
On Wed, Nov 2, 2022 at 9:31 PM Fabio Valentini wrote:
> On Wed, Nov 2, 2022 at 12:42 PM Ondrej Pohorelsky
> wrote:
> >
> > The missing dependency is pkg-version[0]. It seems l
On Wed, Nov 2, 2022 at 12:42 PM Ondrej Pohorelsky wrote:
>
> The missing dependency is pkg-version[0]. It seems like its only outside
> dependency is already packaged[1] in Fedora.
>
> It would be great if you could package it. If not, I'll look into it.
>
>
> [0]https://docs.rs/pkg-version/lates
The missing dependency is pkg-version[0]. It seems like its only outside
dependency is already packaged[1] in Fedora.
It would be great if you could package it. If not, I'll look into it.
[0]https://docs.rs/pkg-version/latest/pkg_version/index.html
[1]https://src.fedoraproject.org/rpms/rust-proc
On Wed, Nov 02, 2022 at 10:48:27AM +0100, Ondrej Pohorelsky wrote:
> Thanks, that did the trick!
>
> The only problem is, that one of the other dependencies which I haven't caught
> before is not packaged in Fedora.
> So I guess there is no other way than vendor all dependencies or package the
> m
On Wed, Nov 2, 2022 at 11:11 AM Miro Hrončok wrote:
>
> On 02. 11. 22 10:48, Ondrej Pohorelsky wrote:
> > Thanks, that did the trick!
I concur.
With setuptools_rust, you're pretty much already set up, just look at
whatever python-cryptography is doing.
Sadly the other popular build tool for Rust
On 02. 11. 22 10:48, Ondrej Pohorelsky wrote:
Thanks, that did the trick!
The only problem is, that one of the other dependencies which I haven't caught
before is not packaged in Fedora.
So I guess there is no other way than vendor all dependencies or package the
missing dependency myself.
L
Thanks, that did the trick!
The only problem is, that one of the other dependencies which I haven't
caught before is not packaged in Fedora.
So I guess there is no other way than vendor all dependencies or package
the missing dependency myself.
On Tue, Nov 1, 2022 at 2:41 PM Miro Hrončok wrote:
On 01. 11. 22 14:01, Ondrej Pohorelsky wrote:
Hi,
I'm a package maintainer of Breezy [0] in Fedora.
Recently in the newest version (3.3.0), which I'm trying to update to, upstream
started requiring python-setuptools-rust as a BuildRequire,
because they are shipping rio-py package [1]. This is