diff options
author | rodent <rodent@pkgsrc.org> | 2014-06-14 14:05:24 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-06-14 14:05:24 +0000 |
commit | 0c66196c772133b033b7e2a535423e531d9729de (patch) | |
tree | 59e3c9608c4a900b7c70c0127a114170c00d6c67 /databases | |
parent | a4789938aa97e19b8e898c4c0b6103b7f5a62fd8 (diff) | |
download | pkgsrc-0c66196c772133b033b7e2a535423e531d9729de.tar.gz |
+py-pymysql
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index e34ad01ee9b..94c1018abcd 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.461 2014/06/08 23:40:12 rodent Exp $ +# $NetBSD: Makefile,v 1.462 2014/06/14 14:05:24 rodent Exp $ COMMENT= Databases @@ -341,6 +341,7 @@ SUBDIR+= py-mysqldb SUBDIR+= py-pgnotify SUBDIR+= py-postgresql SUBDIR+= py-psycopg2 +SUBDIR+= py-pymysql SUBDIR+= py-python-sql SUBDIR+= py-redis-py SUBDIR+= py-sqlalchemy |