pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/py-last Needs pip



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c00de00f68ee
branches:  trunk
changeset: 425073:c00de00f68ee
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Mar 18 17:44:24 2020 +0000

description:
Needs pip

diffstat:

 audio/py-last/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 38ba8443684c -r c00de00f68ee audio/py-last/Makefile
--- a/audio/py-last/Makefile    Wed Mar 18 17:42:17 2020 +0000
+++ b/audio/py-last/Makefile    Wed Mar 18 17:44:24 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/01/29 21:49:50 adam Exp $
+# $NetBSD: Makefile,v 1.11 2020/03/18 17:44:24 joerg Exp $
 
 DISTNAME=      pylast-3.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -10,6 +10,8 @@
 COMMENT=       Python interface to Last.fm and Libre.fm
 LICENSE=       apache-2.0
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
+
 TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test



Home | Main Index | Thread Index | Old Index