pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-tweepy



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Jan  7 21:01:28 UTC 2018

Modified Files:
        pkgsrc/net/py-tweepy: Makefile

Log Message:
Needs pip in setup.py.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/py-tweepy/Makefile

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

Modified files:

Index: pkgsrc/net/py-tweepy/Makefile
diff -u pkgsrc/net/py-tweepy/Makefile:1.6 pkgsrc/net/py-tweepy/Makefile:1.7
--- pkgsrc/net/py-tweepy/Makefile:1.6   Sat Oct 14 10:23:01 2017
+++ pkgsrc/net/py-tweepy/Makefile       Sun Jan  7 21:01:28 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/10/14 10:23:01 adam Exp $
+# $NetBSD: Makefile,v 1.7 2018/01/07 21:01:28 joerg Exp $
 
 DISTNAME=      tweepy-3.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,6 +13,7 @@ LICENSE=      mit
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.4.3:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-requests-oauthlib>=0.4.1:../../security/py-requests-oauthlib
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.7.3:../../lang/py-six
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index