python.pkgs.rtslib: init at 2.1.fb69

This commit is contained in:
ajs124
2018-11-26 11:11:43 -08:00
committed by Wael Nasreddine
parent 097b4b7b1b
commit 9764c43925
2 changed files with 23 additions and 0 deletions
+2
View File
@@ -3783,6 +3783,8 @@ in {
rpy2 = callPackage ../development/python-modules/rpy2 {};
rtslib = callPackage ../development/python-modules/rtslib {};
Rtree = callPackage ../development/python-modules/Rtree { inherit (pkgs) libspatialindex; };
typing = callPackage ../development/python-modules/typing { };