Merge pull request #53402 from geistesk/py-cbor-init

cbor: init at 1.0.0
This commit is contained in:
Maximilian Bosch
2019-01-04 21:31:20 +01:00
committed by GitHub
2 changed files with 24 additions and 0 deletions

View File

@@ -1194,6 +1194,8 @@ in {
case = callPackage ../development/python-modules/case {};
cbor = callPackage ../development/python-modules/cbor {};
cassandra-driver = callPackage ../development/python-modules/cassandra-driver { };
cccolutils = callPackage ../development/python-modules/cccolutils {};