SF.net SVN: gar:[26043] csw/mgar/pkg/lang-python/acme-tiny/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Nov 18 18:41:08 CET 2016
Revision: 26043
http://sourceforge.net/p/gar/code/26043
Author: dmichelsen
Date: 2016-11-18 17:41:07 +0000 (Fri, 18 Nov 2016)
Log Message:
-----------
lang-python/acme-tiny/trunk: Fix dependencies
Modified Paths:
--------------
csw/mgar/pkg/lang-python/acme-tiny/trunk/Makefile
Modified: csw/mgar/pkg/lang-python/acme-tiny/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/acme-tiny/trunk/Makefile 2016-11-18 17:21:19 UTC (rev 26042)
+++ csw/mgar/pkg/lang-python/acme-tiny/trunk/Makefile 2016-11-18 17:41:07 UTC (rev 26043)
@@ -21,10 +21,12 @@
PACKAGES += CSWacme-tiny
SPKG_DESC_CSWacme-tiny = A tiny script to issue and renew TLS certs from Let's Encrypt
# PKGFILES is catchall
-RUNTIME_DEP_PKGS_CSWpy-acme += CSWpython27
+RUNTIME_DEP_PKGS_CSWacme-tiny += CSWpython27
+RUNTIME_DEP_PKGS_CSWacme-tiny += CSWpy-setuptools
ARCHALL_CSWacme-tiny = 1
-CHECKPKG_OVERRIDES_CSWpy-acme += surplus-dependency|CSWpython27
+CHECKPKG_OVERRIDES_CSWacme-tiny += surplus-dependency|CSWpython27
+CHECKPKG_OVERRIDES_CSWacme-tiny += surplus-dependency|CSWpy-setuptools
# This is not a Python module, it is just written in Python
CHECKPKG_OVERRIDES_CSWacme-tiny += pkgname-does-not-start-with-CSWpy-
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