Edit

IABSD.fr/ports/databases/py-sqlalchemy

Branch :

  • Show log

    Commit

  • Author : jca
    Date : 2019-01-04 13:27:13
    Hash : 48d9b9cc
    Message : Use the proper idiom to test the python FLAVOR Using ".if empty(FLAVOR)" means you can't have FLAVORS unrelated to python handling. ".if !${FLAVOR:Mpython3}" is less readable but more generic. No functional change.