Обсуждение: Missing barman-cli dependency for F26
Hi, it seems we have a broken dependency for barman-cli on Fedora 26 # dnf install barman-cli.noarch Last metadata expiration check: 0:03:02 ago on Tue Feb 6 18:10:26 2018. Error: Problem: conflicting requests - nothing provides python-argparse needed by barman-cli-1.2-1.f26.noarch # dnf list barman-cli Last metadata expiration check: 0:03:37 ago on Tue Feb 6 18:10:26 2018. Available Packages barman-cli.noarch 1.2-1.f26 pgdg10 I'll provide a fix for the spec file once I get the src.rpm :) -- Martín Marqués http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
El 06/02/18 a las 18:21, Martin Marques escribió:
> Hi, it seems we have a broken dependency for barman-cli on Fedora 26
>
> # dnf install barman-cli.noarch
> Last metadata expiration check: 0:03:02 ago on Tue Feb 6 18:10:26 2018.
> Error:
> Problem: conflicting requests
> - nothing provides python-argparse needed by barman-cli-1.2-1.f26.noarch
>
> # dnf list barman-cli
> Last metadata expiration check: 0:03:37 ago on Tue Feb 6 18:10:26 2018.
> Available Packages
> barman-cli.noarch 1.2-1.f26 pgdg10
>
> I'll provide a fix for the spec file once I get the src.rpm :)
>
The requires line should look like this for Fedora 26 and later:
Requires: python >= %{pybasever}, python < 3
Regards,
--
Martín Marqués http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
Hi,
On Tue, 2018-02-06 at 18:40 -0300, Martín Marqués wrote:
> The requires line should look like this for Fedora 26 and later:
>
> Requires: python >= %{pybasever}, python < 3
Ok, will fix this tomorrow. Sorry for the delay. (I'll also update repmgr)
Regards,
--
Devrim Gündüz
EnterpriseDB: https://www.enterprisedb.com
PostgreSQL Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR
Вложения
Thanks Devrim, I really appreciate it!
Regards,
2018-02-21 14:47 GMT-03:00 Devrim Gündüz <devrim@gunduz.org>:
>
> Hi,
>
> On Tue, 2018-02-06 at 18:40 -0300, Martín Marqués wrote:
>> The requires line should look like this for Fedora 26 and later:
>>
>> Requires: python >= %{pybasever}, python < 3
>
> Ok, will fix this tomorrow. Sorry for the delay. (I'll also update repmgr)
>
> Regards,
> --
> Devrim Gündüz
> EnterpriseDB: https://www.enterprisedb.com
> PostgreSQL Consultant, Red Hat Certified Engineer
> Twitter: @DevrimGunduz , @DevrimGunduzTR
--
Martín Marqués http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
Hi Martin,
On Tue, 2018-02-06 at 18:40 -0300, Martín Marqués wrote:
> The requires line should look like this for Fedora 26 and later:
>
> Requires: python >= %{pybasever}, python < 3
Can you please send a full patch, along with conditionals for Fedora?
Thanks!
Regards,
--
Devrim Gündüz
EnterpriseDB: https://www.enterprisedb.com
PostgreSQL Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR