Ignore:
Timestamp:
08/12/2007 07:05:35 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
69f2b81
Parents:
5e091a2
Message:

BLFS: python-modules hacks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/libs/func_dependencies

    r5e091a2 raac025d  
    188188      perl-* | tk-perl )         DEP=perl-modules ;;
    189189      dbus-* )                   DEP=dbus-bindings ;;
     190      pyxml | pycairo | pygobject | pygtk | pyorbit | \
     191      gnome-python | gnome-python-desktop ) DEP=python-modules ;;
    190192
    191193        # Orphan links (proper link must be created when generating the book)
     
    309311        # cyrus-sasl-->postgresql-->$KBR5-->openldap-->cyrus-sasl
    310312        [[ "$PKG" = "cyrus-sasl" ]] && continue
     313        ;;
     314      python-modules )
     315        # True circular dependecy
     316        [[ "$PKG" = "python-modules" ]] && continue
     317        # libgsf-->python-modules-->several combinations-->libgsf
     318        [[ "$PKG" = "libgsf" ]] && continue
     319        # gimp-->python-modules-->several combinations-->gimp
     320        [[ "$PKG" = "gimp" ]] && continue
     321        # Used to rebuild the documentation
     322        [[ "$PKG" = "gstreamer" ]] && continue
     323        [[ "$PKG" = "gst-plugins-base" ]] && continue
     324        [[ "$PKG" = "gst-plugins-good" ]] && continue
    311325        ;;
    312326      tk )
Note: See TracChangeset for help on using the changeset viewer.