Revision: 25735 http://sourceforge.net/p/gar/code/25735 Author: dmichelsen Date: 2016-05-28 13:29:22 +0000 (Sat, 28 May 2016) Log Message: ----------- lang-python/carbonate/trunk: Add missing dependency to setuptools
Modified Paths: -------------- csw/mgar/pkg/lang-python/carbonate/trunk/Makefile Modified: csw/mgar/pkg/lang-python/carbonate/trunk/Makefile =================================================================== --- csw/mgar/pkg/lang-python/carbonate/trunk/Makefile 2016-05-28 10:52:26 UTC (rev 25734) +++ csw/mgar/pkg/lang-python/carbonate/trunk/Makefile 2016-05-28 13:29:22 UTC (rev 25735) @@ -20,8 +20,11 @@ ARCHALL_CSWcarbonate = 1 # The binaries like carbon-cache.py need this RUNTIME_DEP_PKGS_CSWcarbonate += CSWpython27 +# We need pkg_resources.py +RUNTIME_DEP_PKGS_CSWcarbonate += CSWpy-setuptools # Checkpkg can't detect this CHECKPKG_OVERRIDES_CSWcarbonate += surplus-dependency|CSWpython27 +CHECKPKG_OVERRIDES_CSWcarbonate += surplus-dependency|CSWpy-setuptools # This is intended CHECKPKG_OVERRIDES_CSWcarbonate += python-package-missing-py26-files This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.