]> git.ipfire.org Git - pakfire.git/commitdiff
Rename PKG_DEPS to PKG_REQUIRES.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 26 Feb 2011 08:55:22 +0000 (09:55 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 26 Feb 2011 08:55:22 +0000 (09:55 +0100)
pakfire/constants.py

index 8a8f5d2696d472c7cfdf006a45f060e94efe0070..af908f842024ce6a23eaa78a8dbf5d597621785c 100644 (file)
@@ -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"