From: Michael Tremer Date: Sat, 26 Feb 2011 08:55:22 +0000 (+0100) Subject: Rename PKG_DEPS to PKG_REQUIRES. X-Git-Tag: 0.9.3~113^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41cc059ce2556c6e1a018cef0b2a26243a9f2f45;p=pakfire.git Rename PKG_DEPS to PKG_REQUIRES. --- diff --git a/pakfire/constants.py b/pakfire/constants.py index 8a8f5d269..af908f842 100644 --- a/pakfire/constants.py +++ b/pakfire/constants.py @@ -85,7 +85,7 @@ PKG_SUMMARY="%(summary)s" PKG_DESCRIPTION="%(description)s" # Dependency info -PKG_DEPS="%(requires)s" +PKG_REQUIRES="%(requires)s" PKG_PROVIDES="%(provides)s" PKG_PAYLOAD_COMP="XXX"