SF.net SVN: gar:[23258] csw/mgar/pkg/buildbot-slave/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Mar 20 13:46:45 CET 2014


Revision: 23258
          http://sourceforge.net/p/gar/code/23258
Author:   dmichelsen
Date:     2014-03-20 12:46:43 +0000 (Thu, 20 Mar 2014)
Log Message:
-----------
buildbot-slave/trunk: Restrict to Python 2.7

Modified Paths:
--------------
    csw/mgar/pkg/buildbot-slave/trunk/Makefile

Modified: csw/mgar/pkg/buildbot-slave/trunk/Makefile
===================================================================
--- csw/mgar/pkg/buildbot-slave/trunk/Makefile	2014-03-20 12:42:09 UTC (rev 23257)
+++ csw/mgar/pkg/buildbot-slave/trunk/Makefile	2014-03-20 12:46:43 UTC (rev 23258)
@@ -12,6 +12,9 @@
 MASTER_SITES = $(PYPI_MIRROR)
 DISTFILES += $(DISTNAME).tar.gz
 
+# Buildbot is 2.7 only and the server is Solaris 10 only
+MODULATIONS_PYTHON_VERSION = 2_7
+
 PACKAGES += CSWbuildbot-slave
 SPKG_DESC_CSWbuildbot-slave = BuildBot Slave Daemon
 # PKGFILES is catchall

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