Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 728208 - app-backup/borgbackup: Unnecessary dev-python/pyzmq dependency
Summary: app-backup/borgbackup: Unnecessary dev-python/pyzmq dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-06-14 09:39 UTC by Florian Schmaus
Modified: 2020-06-14 14:31 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Schmaus gentoo-dev 2020-06-14 09:39:46 UTC
The dev-python/pyzmq dependency was added with https://github.com/gentoo/gentoo/pull/5240, upstream actually required pyzmq, with 55e0c43c ("add zeromq dependency"), but that was only a brief period and got removed again with d0bed00e ("remove pyzmq package requirement, not used yet"). However this dependency was *never* used in a released version.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2020-06-14 14:31:25 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5bd72e53f96be73831e0e765f0bad0a5bddcfed

commit c5bd72e53f96be73831e0e765f0bad0a5bddcfed
Author:     Florian Schmaus <flo@geekplace.eu>
AuthorDate: 2020-06-14 09:42:24 +0000
Commit:     Anthony G. Basile <blueness@gentoo.org>
CommitDate: 2020-06-14 14:30:57 +0000

    app-backup/borgbackup: remove unnecessary pyzmq dependency
    
    The dev-python/pyzmq dependency was added with
    https://github.com/gentoo/gentoo/pull/5240, borgbackup actually
    required pyzmq, with 55e0c43c ("add zeromq dependency"), but that was
    only a brief period the case and the requirement got removed again
    with d0bed00e ("remove pyzmq package requirement, not used
    yet"). However this dependency was *never* required in a released
    version.
    
    Closes: https://bugs.gentoo.org/728208
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Florian Schmaus <flo@geekplace.eu>
    Signed-off-by: Anthony G. Basile <blueness@gentoo.org>

 app-backup/borgbackup/borgbackup-1.1.11-r2.ebuild | 1 -
 app-backup/borgbackup/borgbackup-1.1.13.ebuild    | 1 -
 2 files changed, 2 deletions(-)