Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-alembic py-alembic: pytest from versioned...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fadc8fe69d87
branches:  trunk
changeset: 431725:fadc8fe69d87
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat May 16 08:47:10 2020 +0000

description:
py-alembic: pytest from versioned depends

diffstat:

 databases/py-alembic/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a065cf8e7185 -r fadc8fe69d87 databases/py-alembic/Makefile
--- a/databases/py-alembic/Makefile     Sat May 16 08:46:42 2020 +0000
+++ b/databases/py-alembic/Makefile     Sat May 16 08:47:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2020/05/16 08:45:23 adam Exp $
+# $NetBSD: Makefile,v 1.24 2020/05/16 08:47:10 adam Exp $
 
 DISTNAME=      alembic-1.4.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,7 +18,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONED_DEPENDENCIES= pytest
+PYTHON_VERSIONED_DEPENDENCIES= pytest:test
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \



Home | Main Index | Thread Index | Old Index