net-print/pykota: add cups DEP, #563402
authorMichał Górny <mgorny@gentoo.org>
Fri, 17 Feb 2017 17:56:31 +0000 (18:56 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 17 Feb 2017 17:57:38 +0000 (18:57 +0100)
net-print/pykota/pykota-1.26-r1.ebuild

index e7f3b12d65108ec914e212f928cf30ff9517e9f4..ee9cb311dfbe885652c254b5f969c6140747da13 100644 (file)
@@ -28,7 +28,9 @@ RDEPEND="
        postgres? ( dev-db/postgresql[server] dev-python/pygresql[${PYTHON_USEDEP}] )
        snmp?     ( net-analyzer/net-snmp dev-python/pysnmp[${PYTHON_USEDEP}] )
        xml?      ( dev-python/jaxml[${PYTHON_USEDEP}] )"
-DEPEND="${RDEPEND}"
+# CUPS required because of cups-config call, #563402
+DEPEND="${RDEPEND}
+       net-print/cups"
 
 python_prepare_all() {
        sed -i -e 's:from pysqlite2 import dbapi2:import sqlite3:' \