diff options
author | nils <nils@pkgsrc.org> | 2016-05-16 10:36:50 +0000 |
---|---|---|
committer | nils <nils@pkgsrc.org> | 2016-05-16 10:36:50 +0000 |
commit | aca6c0cacad9eaf7ef55481048846a8569bb91e5 (patch) | |
tree | 6cb88bdd7165a61ea895e2df8f2ce8b22153bd64 | |
parent | 6089c1ba90cf0cf3aa04ef5f0c246f022a94b8da (diff) | |
download | pkgsrc-aca6c0cacad9eaf7ef55481048846a8569bb91e5.tar.gz |
add and enable py-ruamel-ordereddict
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index b709c20c050..80919709894 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2254 2016/05/16 07:55:00 nils Exp $ +# $NetBSD: Makefile,v 1.2255 2016/05/16 10:36:50 nils Exp $ # COMMENT= Development utilities @@ -1832,6 +1832,7 @@ SUBDIR+= py-requests SUBDIR+= py-requests-toolbelt SUBDIR+= py-rope SUBDIR+= py-rply +SUBDIR+= py-ruamel-ordereddict SUBDIR+= py-serpent SUBDIR+= py-setuptools SUBDIR+= py-setuptools_scm |