Remove redundant cmake dependencies (#3860)

This commit is contained in:
Adam J. Stewart
2017-04-16 12:23:26 -05:00
committed by GitHub
parent 675a67e2ca
commit cc747d6b6f
5 changed files with 0 additions and 9 deletions

View File

@@ -45,7 +45,6 @@ class Pngwriter(CMakePackage):
version('0.6.0', '0a19bc55c5f6379fea7343752fd3ffae')
version('0.5.6', 'c13bd1fdc0e331a246e6127b5f262136')
depends_on('cmake', type='build')
depends_on('libpng')
depends_on('zlib')
depends_on('freetype')