pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-alembic



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat May 16 08:47:10 UTC 2020

Modified Files:
        pkgsrc/databases/py-alembic: Makefile

Log Message:
py-alembic: pytest from versioned depends


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/databases/py-alembic/Makefile

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

Modified files:

Index: pkgsrc/databases/py-alembic/Makefile
diff -u pkgsrc/databases/py-alembic/Makefile:1.23 pkgsrc/databases/py-alembic/Makefile:1.24
--- pkgsrc/databases/py-alembic/Makefile:1.23   Sat May 16 08:45:23 2020
+++ pkgsrc/databases/py-alembic/Makefile        Sat May 16 08:47:10 2020
@@ -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 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-mock-[0-9]
 
 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