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 4 18:05:32 2017 -0400
Changeset:	712ecea3e9e0e826b4af31e4d66a900825df2ea4

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=712ecea3e9e0e826b4af31e4d66a900825df2ea4

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 18f50c1651..afa80be328 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