diff options
author | js <js@pkgsrc.org> | 2022-01-15 20:36:42 +0000 |
---|---|---|
committer | js <js@pkgsrc.org> | 2022-01-15 20:36:42 +0000 |
commit | 26867b72ce2d3d4fdd29b13697d053d9c24938d1 (patch) | |
tree | b0fb59732a4445794e8e255252845b7e5ca54ee5 /chat/Makefile | |
parent | 9c3d6e1164aad34b0b6a287d680450173ce4e8ef (diff) | |
download | pkgsrc-26867b72ce2d3d4fdd29b13697d053d9c24938d1.tar.gz |
Remove py-telethon-session-sqlalchemy
It was only there for mautrix-telegram which no longer uses it.
Diffstat (limited to 'chat/Makefile')
-rw-r--r-- | chat/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/Makefile b/chat/Makefile index 5fa492f97ff..ff737fa3b4d 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.263 2022/01/05 10:04:53 fcambus Exp $ +# $NetBSD: Makefile,v 1.264 2022/01/15 20:36:42 js Exp $ # COMMENT= Communication programs @@ -112,7 +112,6 @@ SUBDIR+= py-mastodon SUBDIR+= py-mautrix SUBDIR+= py-nbxmpp SUBDIR+= py-telethon -SUBDIR+= py-telethon-session-sqlalchemy SUBDIR+= py-xmpppy SUBDIR+= quassel SUBDIR+= quirc |