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 | 8dcc75df5d10bf451942942a1d09ad95f69fa568 (patch) | |
tree | 8f851c14b3da549132738a245ee9d3190781e061 /databases/Makefile | |
parent | 0af74556953953ce1cc4cf7983587f9dec9d2024 (diff) | |
download | pkgsrc-8dcc75df5d10bf451942942a1d09ad95f69fa568.tar.gz |
+py-sqlalchemy-utils
Diffstat (limited to 'databases/Makefile')
-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 |