diff options
author | nia <nia@pkgsrc.org> | 2018-07-25 18:20:42 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2018-07-25 18:20:42 +0000 |
commit | 410b7073e8936c77deab3bb4360db94c4831050b (patch) | |
tree | 0190bcda72521f4683ea3eb0c2ddc7313284f05e /chat | |
parent | 4a8fdc1a39d4a3b31b71f670670e256cb424bbb2 (diff) | |
download | pkgsrc-410b7073e8936c77deab3bb4360db94c4831050b.tar.gz |
chat/py-mastodon: remove cryptography DEPENDS, pointed out by adam
Diffstat (limited to 'chat')
-rw-r--r-- | chat/py-mastodon/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/py-mastodon/Makefile b/chat/py-mastodon/Makefile index ec76937189a..8d995509b04 100644 --- a/chat/py-mastodon/Makefile +++ b/chat/py-mastodon/Makefile @@ -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 |