pythonPackages.debugpy: init at 1.0.0b12

This commit is contained in:
MetaDark
2020-07-03 12:15:09 -07:00
committed by Jon
parent e932a72089
commit a408cd9e7c
4 changed files with 97 additions and 0 deletions
+4
View File
@@ -2718,6 +2718,10 @@ in {
# Alias that we should deprecate
dateutil = self.python-dateutil;
debugpy = callPackage ../development/python-modules/debugpy {
django = if isPy27 then self.django_1_11 else self.django;
};
decorator = callPackage ../development/python-modules/decorator { };
deform = callPackage ../development/python-modules/deform { };