diff options
author | rodent <rodent@pkgsrc.org> | 2014-07-05 19:41:18 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-07-05 19:41:18 +0000 |
commit | 45d415334188df41cef4e434c353e62ee9e27d3a (patch) | |
tree | 8f851c14b3da549132738a245ee9d3190781e061 /databases | |
parent | 654e12aa6d80b27c50bc620e32f40c9d22afb10d (diff) | |
download | pkgsrc-45d415334188df41cef4e434c353e62ee9e27d3a.tar.gz |
+py-sqlalchemy-utils
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 6c2c30b5b5c..1a0169fae5a 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.465 2014/07/05 19:29:09 rodent Exp $ +# $NetBSD: Makefile,v 1.466 2014/07/05 19:41:18 rodent Exp $ COMMENT= Databases @@ -347,6 +347,7 @@ SUBDIR+= py-python-sql SUBDIR+= py-redis-py SUBDIR+= py-sqlalchemy SUBDIR+= py-sqlalchemy-migrate +SUBDIR+= py-sqlalchemy-utils SUBDIR+= py-sqlite SUBDIR+= py-sqlite2 SUBDIR+= py-sqlite3 |