After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 766850 - Remove duplicates in Package.recipes_dependencies(
Remove duplicates in Package.recipes_dependencies(
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: cerbero
unspecified
Other Linux
: Normal normal
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-05-24 19:13 UTC by Xavier Claessens
Modified: 2016-05-27 16:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove duplicates in Package.recipes_dependencies() (1.22 KB, patch)
2016-05-24 19:13 UTC, Xavier Claessens
committed Details | Review

Description Xavier Claessens 2016-05-24 19:13:24 UTC
I wrote a package that has a list of dependencies, like:
        'gstreamer-1.0-core',
        'gstreamer-1.0-net',
        'gstreamer-1.0-codecs',

But if I do "./cerbero-uninstalled fetch-package my-package" it will update many times the same repositories.
Comment 1 Xavier Claessens 2016-05-24 19:13:50 UTC
Created attachment 328455 [details] [review]
Remove duplicates in Package.recipes_dependencies()
Comment 2 Tim-Philipp Müller 2016-05-27 16:15:51 UTC
Thanks!

commit 2a7a4498f6240392a096f9e13cc0805fbf35e062
Author: Xavier Claessens <xavier.claessens@collabora.com>
Date:   Tue May 24 15:10:49 2016 -0400

    Remove duplicates in Package.recipes_dependencies()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=766850