SF.net SVN: gar:[23280] csw/mgar/pkg/lang-python/send_nsca/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Mar 28 18:41:25 CET 2014


Revision: 23280
          http://sourceforge.net/p/gar/code/23280
Author:   dmichelsen
Date:     2014-03-28 17:41:25 +0000 (Fri, 28 Mar 2014)
Log Message:
-----------
lang-python/send_nsca/trunk: Add dependency to py_crypto

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/send_nsca/trunk/Makefile

Modified: csw/mgar/pkg/lang-python/send_nsca/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/send_nsca/trunk/Makefile	2014-03-28 17:29:38 UTC (rev 23279)
+++ csw/mgar/pkg/lang-python/send_nsca/trunk/Makefile	2014-03-28 17:41:25 UTC (rev 23280)
@@ -10,10 +10,13 @@
 MASTER_SITES += $(PYPI_MIRROR)
 DISTFILES += $(DISTNAME).tar.gz
 
-#LICENSE = LICENSE
+BUILD_DEP_PKGS += CSWpy-crypto
 
 PACKAGES += CSWpy-send-nsca
 SPKG_DESC_CSWpy-send-nsca = Python implementation of Nagios send_nsca
 # PKGFILES is catchall
+# This is indeed needed
+RUNTIME_DEP_PKGS_CSWpy-send-nsca += CSWpy-crypto
+CHECKPKG_OVERRIDES_CSWpy-send-nsca += surplus-dependency|CSWpy-crypto
 
 include gar/category.mk

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list