diff --git a/py-irco/Makefile b/py-irco/Makefile index a3868e90f4..9a6b5359f6 100644 --- a/py-irco/Makefile +++ b/py-irco/Makefile @@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-werkzeug>=0.9.4:../../www/py-werkzeug DEPENDS+= ${PYPKGPREFIX}-ftfy>=3.0.4:../../textproc/py-ftfy DEPENDS+= ${PYPKGPREFIX}-itsdangerous>=0.23:../../security/py-itsdangerous DEPENDS+= ${PYPKGPREFIX}-networkx>=1.7:../../math/py-networkx -DEPENDS+= ${PYPKGPREFIX}-pycountry>=0.19:../../geography/py-pycountry +DEPENDS+= ${PYPKGPREFIX}-country>=0.19:../../geography/py-country DEPENDS+= ${PYPKGPREFIX}-requests>=1.2.3:../../devel/py-requests DEPENDS+= ${PYPKGPREFIX}-structlog>=0.3.2:../../sysutils/py-structlog BROKEN= needs unpackaged wip/py-tablib-garetjax diff --git a/translate-toolkit/options.mk b/translate-toolkit/options.mk index 76b3dfbed6..782b5dbbf8 100644 --- a/translate-toolkit/options.mk +++ b/translate-toolkit/options.mk @@ -21,7 +21,7 @@ DEPENDS+= ${PYPKGPREFIX}-chardet>=3.0.4:../../converters/py-chardet .endif .if !empty(PKG_OPTIONS:Mpycountry) -DEPENDS+= ${PYPKGPREFIX}-pycountry>=1.10:../../geography/py-pycountry +DEPENDS+= ${PYPKGPREFIX}-country>=1.10:../../geography/py-country .endif .if !empty(PKG_OPTIONS:Mtradostm)