pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/py-mastodon



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jul 25 18:20:42 UTC 2018

Modified Files:
        pkgsrc/chat/py-mastodon: Makefile

Log Message:
chat/py-mastodon: remove cryptography DEPENDS, pointed out by adam


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/py-mastodon/Makefile

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

Modified files:

Index: pkgsrc/chat/py-mastodon/Makefile
diff -u pkgsrc/chat/py-mastodon/Makefile:1.1 pkgsrc/chat/py-mastodon/Makefile:1.2
--- pkgsrc/chat/py-mastodon/Makefile:1.1        Wed Jul 25 17:00:57 2018
+++ pkgsrc/chat/py-mastodon/Makefile    Wed Jul 25 18:20:42 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/07/25 17:00:57 nia Exp $
+# $NetBSD: Makefile,v 1.2 2018/07/25 18:20:42 nia Exp $
 
 VERSION=       1.2.2
 DISTNAME=      Mastodon.py-${VERSION}
@@ -14,7 +14,6 @@ LICENSE=      mit
 EXTRACT_USING= bsdtar
 USE_LANGUAGES= # none
 
-DEPENDS+=      ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
 DEPENDS+=      ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
 DEPENDS+=      ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
 DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz



Home | Main Index | Thread Index | Old Index