]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
pakfire3: Fix dependencies.
authorStefan Schantl <stefan.schantl@ipfire.org>
Wed, 2 Jan 2013 19:26:18 +0000 (20:26 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Wed, 2 Jan 2013 19:26:18 +0000 (20:26 +0100)
There was a wrong dependency (libsatsolver) declared, which doesn't exist anymore.
The dependency to pygpgme was missing.

lfs/pakfire3

index a0e19ddb2ad1c744569107bdbd485c0cd9b44d3c..61dd988b47c94a6e4defc9639b43bc53a1c15a4a 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2010  IPFire Team  <info@ipfire.org>                          #
+# Copyright (C) 2013  IPFire Team  <info@ipfire.org>                          #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -32,9 +32,9 @@ DL_FROM    = http://source.ipfire.org/releases/pakfire/
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG      = pakfire3
-PAK_VER    = 1
+PAK_VER    = 2
 
-DEPS       = "libsatsolver pycurl python-progressbar python-xattr sqlite urlgrabber"
+DEPS       = "libsolv pycurl pygpgme python-progressbar python-xattr sqlite urlgrabber"
 
 ###############################################################################
 # Top-level Rules