Remove duplicate ICU package (#1837)

* Remove duplicate ICU package

* Ignore deleted files during flake8 tests

* Rename Boost ICU variant
This commit is contained in:
Adam J. Stewart
2016-09-23 16:16:59 -05:00
committed by Todd Gamblin
parent 6ef6428331
commit 64194a823a
7 changed files with 17 additions and 65 deletions

View File

@@ -33,7 +33,7 @@ class Harfbuzz(Package):
version('0.9.37', 'bfe733250e34629a188d82e3b971bc1e')
depends_on("glib")
depends_on("icu")
depends_on("icu4c")
depends_on("freetype")
depends_on("cairo")
depends_on("zlib")