pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-pysaml2: Fix dependency definition typo



Module Name:	pkgsrc-wip
Committed By:	Angel M. Adames <angelmadames%gmail.com@localhost>
Pushed By:	angelmadames
Date:		Wed Oct 11 11:53:33 2017 -0400
Changeset:	f53451234c97bd309679bd08398bc4e625c59643

Modified Files:
	py-pysaml2/Makefile

Log Message:
py-pysaml2: Fix dependency definition typo

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f53451234c97bd309679bd08398bc4e625c59643

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-pysaml2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-pysaml2/Makefile b/py-pysaml2/Makefile
index afa80be328..18f50c1651 100644
--- a/py-pysaml2/Makefile
+++ b/py-pysaml2/Makefile
@@ -13,7 +13,7 @@ LICENSE=	apache-2.0
 DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
 DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 DEPENDS+= ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
-DEPENDS+= ${PYPKGPREFIX}-paste-[0-9]*:../../www/py-paste
+DEPENDS+= ${PYPKGPREFIX}-Paste-[0-9]*:../../www/py-paste
 DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
 DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 DEPENDS+= ${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL


Home | Main Index | Thread Index | Old Index