diff options
Diffstat (limited to 'www/py-azure-storage/Makefile')
-rw-r--r-- | www/py-azure-storage/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-azure-storage/Makefile b/www/py-azure-storage/Makefile index fa234902b8ee..176f7bc66afc 100644 --- a/www/py-azure-storage/Makefile +++ b/www/py-azure-storage/Makefile @@ -1,5 +1,6 @@ PORTNAME= azure-storage PORTVERSION= 0.36.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +12,7 @@ WWW= https://pypi.org/project/azure-storage/ LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-dateutil>0:devel/py-python-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} USES= python |