pkgsrc-WIP-changes archive

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

py-weboob: fix whitespace in DEPENDS



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tobias%pistonlabs.com@localhost>
Pushed By:	tnn
Date:		Tue Oct 6 10:15:16 2015 +0200
Changeset:	b73fccc390e87bb02113be9b091fecfd9c4e2384

Modified Files:
	py-weboob/Makefile

Log Message:
py-weboob: fix whitespace in DEPENDS

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

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

diffstat:
 py-weboob/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-weboob/Makefile b/py-weboob/Makefile
index 01be441..341f08a 100644
--- a/py-weboob/Makefile
+++ b/py-weboob/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	http://weboob.org/
 COMMENT=	Weboob, Web Out Of Browsers
 LICENSE=	gnu-agpl-v3
 
-DEPENDS+=	${PYPKGPREFIX}-requests>=2.7.0: ../../devel/py-requests
+DEPENDS+=	${PYPKGPREFIX}-requests>=2.7.0:../../devel/py-requests
 DEPENDS+=	${PYPKGPREFIX}-feedparser>=5.1.3:../../textproc/py-feedparser
 DEPENDS+=	${PYPKGPREFIX}-lxml>=3.4.4:../../textproc/py-lxml
 DEPENDS+=	${PYPKGPREFIX}-prettytable>=0.7.2:../../textproc/py-prettytable
@@ -27,4 +27,4 @@ USE_LANGUAGES=	# none
 .include "../../lang/python/egg.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/py-qt4/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
\ No newline at end of file
+.include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index